Initializes a new instance of the
ExportCompletedEventArgs class.
シンタックス
'宣言
Public Function New( _
ByVal As ExportFilter, _
ByVal As System.Exception, _
ByVal As System.Boolean _
)
'使用法
Dim exporter As ExportFilter
Dim error As System.Exception
Dim cancelled As System.Boolean
Dim instance As New ExportCompletedEventArgs(exporter, error, cancelled)
public ExportCompletedEventArgs(
ExportFilter ,
System.Exception ,
System.bool
)
パラメータ
- exporter
- An C1.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.
参照