FlexReport for WPF
LongOperation イベント (C1TextSearchManager)


C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document 名前空間 > C1TextSearchManager クラス : LongOperation イベント
操作中に定期的に発生します。
シンタックス
'宣言
 
Public Event LongOperation As LongOperationEventHandler
'使用法
 
Dim instance As C1TextSearchManager
Dim handler As LongOperationEventHandler
 
AddHandler instance.LongOperation, handler
public event LongOperationEventHandler LongOperation
イベント データ

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

プロパティ解説
Gets the value indicating whether the event handler can cancel the current long operation by setting the Cancel property to true.  
Gets or sets a value indicating whether the current long operation should be cancelled. (This property is ignored if CanCancel is false.)  
Gets the approximate completed ratio, from 0 (0% complete) to 1 (100% complete).  
参照