ComponentOne for WinUI 製品ヘルプ
LongOperation イベント

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 > FlexViewerPane クラス : LongOperation イベント
Occurs periodically when a long operation is in progress.
シンタックス
'宣言
 
Public Event LongOperation As C1.Document.LongOperationEventHandler
public event C1.Document.LongOperationEventHandler LongOperation
イベント データ

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

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