Class GridCancelRoutedEventArgs
Represents a class which holds the properties of Grid CancelRouted Event.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.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. |