Initializes a new instance of the
ExportCompletedEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As ExportFilter, _
ByVal As System.Exception, _
ByVal As System.Boolean _
)
public ExportCompletedEventArgs(
ExportFilter ,
System.Exception ,
System.bool
)
Parameters
- exporter
- An C1.Win.C1Document.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