PrintDocument for WinForms
LongOperation イベント (C1PrintManager)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintManager クラス : LongOperation イベント
Occurs periodically when a long operation is in progress. Can be used to provide progress indication and/or the ability for the user to cancel printing.
シンタックス
'宣言
 
Public Event LongOperation As C1.Win.LongOperationEventHandler
'使用法
 
Dim instance As C1PrintManager
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 % 完了)までのおおよその完了割合を取得します。  
参照