Document Library for WinForms
LongOperation イベント (C1DocumentSource)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1DocumentSource クラス : LongOperation イベント
Occurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation.
シンタックス
'宣言
 
Public Event LongOperation As C1.Win.LongOperationEventHandler
public event C1.Win.LongOperationEventHandler LongOperation
イベント データ

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

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