Initializes a new instance of the GetPageInfoCompletedEventArgs class.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public GetPageInfoCompletedEventArgs(
	Object[] results,
	Exception exception,
	bool cancelled,
	Object userState
)
Visual Basic (Declaration)
Public Sub New ( _
	results As Object(), _
	exception As Exception, _
	cancelled As Boolean, _
	userState As Object _
)
Visual C++
public:
GetPageInfoCompletedEventArgs(
	array<Object^>^ results, 
	Exception^ exception, 
	bool cancelled, 
	Object^ userState
)

Parameters

results
Type: array< System..::.Object >[]()[]
exception
Type: System..::.Exception
cancelled
Type: System..::.Boolean
userState
Type: System..::.Object

See Also