Creates a new instance of LongOperationEventArgs with the
            specified complete value and CanCancel=false.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public LongOperationEventArgs( double complete ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ complete As Double _ ) | 
Parameters
- complete
- Type: System..::..Double
 How much is complete (from 0 to 1).
 
     
     
     
     
    