FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSelectionMenuEventArgs Class / Cancel Property

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