LongOperationEventArgsデータ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック プロパティ
| 名前 | 解説 |
| CanCancel | Gets the value indicating whether the event handler can cancel the current long operation by setting the LongOperationEventArgs.Cancel property to true. |
| Cancel | Gets or sets a value indicating whether the current long operation should be cancelled. (This property is ignored if LongOperationEventArgs.CanCancel is false.) |
| Complete | Gets the approximate completed ratio, from 0 (0% complete) to 1 (100% complete). |
トップ
参照