ComponentOne Document Library for UWP
LongOperationEventArgs Constructor(Double,Boolean)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > LongOperationEventArgs Class > LongOperationEventArgs Constructor : LongOperationEventArgs Constructor(Double,Boolean)
How much is complete (from 0 to 1).
Whether the operation can be cancelled.
Creates a new instance of LongOperationEventArgs with the specified complete and CanCancel values.
Syntax
'Declaration
 
Public Function New( _
   ByVal complete As System.Double, _
   ByVal canCancel As System.Boolean _
)
public LongOperationEventArgs( 
   System.double complete,
   System.bool canCancel
)

Parameters

complete
How much is complete (from 0 to 1).
canCancel
Whether the operation can be cancelled.
See Also

Reference

LongOperationEventArgs Class
LongOperationEventArgs Members
Overload List