'宣言 Public Function New( _ ByVal exporter As ExportFilter, _ ByVal error As System.Exception, _ ByVal cancelled As System.Boolean _ )
public ExportCompletedEventArgs( ExportFilter exporter, System.Exception error, System.bool cancelled )
パラメータ
- exporter
- An C1.Win.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.