ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win Namespace / LongOperationEventArgs Class / CanCancel Property

In This Topic
    CanCancel Property (LongOperationEventArgs)
    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 System.Boolean
    public System.bool CanCancel {get;}
    See Also