C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / LongOperationEventArgs Class / CanCancel Property

In This Topic
CanCancel Property
In This Topic
Gets the value indicating whether the event handler can cancel the current long operation by setting the Cancel property to true.
Syntax
'Declaration
 
Public ReadOnly Property CanCancel As Boolean
 
See Also