バージョン

ExportEndingEventArgs コンストラクタ

新しい ExportEndingEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal cancelled As Boolean, _
   ByVal wordDocumentWriter As Infragistics.Documents.Word.WordDocumentWriter _
)
public ExportEndingEventArgs( 
   bool cancelled,
   Infragistics.Documents.Word.WordDocumentWriter wordDocumentWriter
)

パラメータ

cancelled
エクスポート プロセスがキャンセルされた場合は True。
wordDocumentWriter
グリッドを宛先に書き込むために使用される WordDocumentWriter クラス。
参照