オーバーロード | 解説 |
---|---|
LongOperationEventArgs コンストラクタ() | Creates a new instance of LongOperationEventArgs with default properties (Complete=0, CanCancel=false). |
LongOperationEventArgs コンストラクタ(Double) | Creates a new instance of LongOperationEventArgs with the specified complete value and CanCancel=false. |
LongOperationEventArgs コンストラクタ(Double,Boolean) | Creates a new instance of LongOperationEventArgs with the specified complete and CanCancel values. |
LongOperationEventArgs コンストラクタ(Boolean) | Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0. |