Overload List

  Name Description
Public method LongOperationEventArgs()()()()
Creates a new instance of LongOperationEventArgs with default properties (Complete=0, CanCancel=false).
Public method LongOperationEventArgs(Boolean)
Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0.
Public method LongOperationEventArgs(Double)
Creates a new instance of LongOperationEventArgs with the specified complete value and CanCancel=false.
Public method LongOperationEventArgs(Double, Boolean)
Creates a new instance of LongOperationEventArgs with the specified complete and CanCancel values.

See Also