PrintDocument for WinForms
LongOperation イベント (C1MultiDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス : LongOperation イベント
Occurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation by the user.
シンタックス
'宣言
 
Public Event LongOperation As C1.Win.LongOperationEventHandler
'使用法
 
Dim instance As C1MultiDocument
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 % 完了)までのおおよその完了割合を取得します。  
参照