Overload List
Name | Description | |
---|---|---|
LongOperationEventArgs()()()() |
Creates a new instance of LongOperationEventArgs with default
properties (Complete=0, CanCancel=false).
|
|
LongOperationEventArgs(Boolean) |
Creates a new instance of LongOperationEventArgs with the
specified CanCancel value and Complete=0.
|
|
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.
|