PrintDocument for WinForms
LongOperation イベント (Exporter)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > Exporter クラス : LongOperation イベント
Occurs periodically during export. Allows to show progress and give the end user the ability to cancel the operation.
シンタックス
'宣言
 
Public Event LongOperation As C1.Win.LongOperationEventHandler
'使用法
 
Dim instance As Exporter
Dim handler As C1.Win.LongOperationEventHandler
 
AddHandler instance.LongOperation, handler
public event C1.Win.LongOperationEventHandler LongOperation
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、C1.Win.LongOperationEventArgs 型の引数を受け取りました。次の LongOperationEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
C1.Win.LongOperationEventArgs.Cancelプロパティを trueに設定することで、イベントハンドラで 現在の長い操作をキャンセルできるかどうかを示す値を取得します。  
現在の長い操作をキャンセルするかどうかを示す値を取得または設定します。 C1.Win.LongOperationEventArgs.CanCancelfalseの場合、このプロパティは無視されます。  
0(0 % 完了)から 1(100 % 完了)までのおおよその完了割合を取得します。  
参照