ComponentOne Document Library for UWP
LongOperationEventArgs Constructor(Double)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > LongOperationEventArgs Class > LongOperationEventArgs Constructor : LongOperationEventArgs Constructor(Double)
How much is complete (from 0 to 1).
Creates a new instance of LongOperationEventArgs with the specified complete value and CanCancel=false.
Syntax
'Declaration
 
Public Function New( _
   ByVal complete As System.Double _
)
public LongOperationEventArgs( 
   System.double complete
)

Parameters

complete
How much is complete (from 0 to 1).
See Also

Reference

LongOperationEventArgs Class
LongOperationEventArgs Members
Overload List