Document Library for WinForms
ExportCompletedEventArgs コンストラクタ

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > ExportCompletedEventArgs クラス : ExportCompletedEventArgs コンストラクタ
An C1.Win.Document.Export.ExportFilter object defining export parameters.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.
Initializes a new instance of the ExportCompletedEventArgs class.
シンタックス
'宣言
 
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.
参照

ExportCompletedEventArgs クラス
ExportCompletedEventArgs メンバ