Class GridCancelRoutedEventArgs
Represents a class which holds the properties of Grid CancelRouted Event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class GridCancelRoutedEventArgs : GridRoutedEventArgs
  Constructors
GridCancelRoutedEventArgs()
Initializes a new instance of the GridCancelRoutedEventArgs class.
Declaration
public GridCancelRoutedEventArgs()
  GridCancelRoutedEventArgs(Object)
Initializes a new instance of the GridCancelRoutedEventArgs class.
Declaration
public GridCancelRoutedEventArgs(object source)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | source | Source of the event.  | 
      
Properties
Cancel
Gets or sets a value indicating whether to allow or cancel the event.
Declaration
public bool Cancel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | True or False.  |