InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win Namespace / LongOperationEventArgs Class / Cancel Property

In This Topic
    Cancel Property (LongOperationEventArgs)
    In This Topic
    Gets or sets a value indicating whether the current long operation should be cancelled. (This property is ignored if CanCancel is false.)
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also