Creates a new instance of LongOperationEventArgs with the
specified complete and CanCancel values.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public LongOperationEventArgs( double complete, bool canCancel ) |
Visual Basic |
---|
Public Sub New ( _ complete As Double, _ canCancel As Boolean _ ) |
Parameters
- complete
- Type: System..::..Double
How much is complete (from 0 to 1).
- canCancel
- Type: System..::..Boolean
Whether the operation can be cancelled.