ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid Namespace / RowColEventArgs Class / Cancel Property

In This Topic
    Cancel Property (RowColEventArgs)
    In This Topic
    Gets or sets a value indicating whether the operation should be canceled.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also