Initializes a new instance of the RenderCompletedEventArgs class
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.ReportServiceAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public RenderCompletedEventArgs( 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: RenderCompletedEventArgs( 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