ExportCompletedEventArgs Constructor (ExportCompletedEventArgs) | FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / ExportCompletedEventArgs Class / ExportCompletedEventArgs Constructor
An C1.Xaml.Document.Export.ExportFilter object defining export parameters.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.

In This Topic
ExportCompletedEventArgs Constructor
In This Topic
Initializes a new instance of the ExportCompletedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal exporter As ExportFilter, _
   ByVal error As Exception, _
   ByVal cancelled As Boolean _
)
 

Parameters

exporter
An C1.Xaml.Document.Export.ExportFilter object defining export parameters.
error
Any error that occurred during the asynchronous operation.
cancelled
A value indicating whether the asynchronous operation was canceled.
See Also