FlexReport for WinForms
ExportCompletedEventArgs コンストラクタ


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > ExportCompletedEventArgs クラス : ExportCompletedEventArgs コンストラクタ
An C1.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 _
)
'使用法
 
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 exporter,
   System.Exception error,
   System.bool cancelled
)

パラメータ

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.
参照

参照

ExportCompletedEventArgs クラス
ExportCompletedEventArgs メンバ