C1.UWP.Document Assembly / C1.Xaml.Document Namespace / LongOperationEventArgs Class / LongOperationEventArgs Constructor / LongOperationEventArgs Constructor(Boolean)
Whether the operation can be cancelled.

In This Topic
LongOperationEventArgs Constructor(Boolean)
In This Topic
Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0.
Syntax
'Declaration
 
Public Function New( _
   ByVal canCancel As Boolean _
)
 

Parameters

canCancel
Whether the operation can be cancelled.
See Also