Overload | Description |
---|---|
LongOperationEventArgs Constructor() | Creates a new instance of LongOperationEventArgs with default properties (Complete=0, CanCancel=false). |
LongOperationEventArgs Constructor(Double) | Creates a new instance of LongOperationEventArgs with the specified complete value and CanCancel=false. |
LongOperationEventArgs Constructor(Double,Boolean) | Creates a new instance of LongOperationEventArgs with the specified complete and CanCancel values. |
LongOperationEventArgs Constructor(Boolean) | Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0. |