ComponentOne Document Library for UWP
LongOperationEventArgs Constructor(Boolean)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > LongOperationEventArgs Class > LongOperationEventArgs Constructor : LongOperationEventArgs Constructor(Boolean)
Whether the operation can be cancelled.
Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0.
Syntax
'Declaration
 
Public Function New( _
   ByVal canCancel As System.Boolean _
)
public LongOperationEventArgs( 
   System.bool canCancel
)

Parameters

canCancel
Whether the operation can be cancelled.
See Also

Reference

LongOperationEventArgs Class
LongOperationEventArgs Members
Overload List