Class GridRoutedEventArgs
This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method.
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 GridRoutedEventArgs : EventArgs
Constructors
GridRoutedEventArgs()
Initializes a new instance of the GridRoutedEventArgs class.
Declaration
public GridRoutedEventArgs()
GridRoutedEventArgs(Object)
Initializes a new instance of the GridRoutedEventArgs class.
Declaration
public GridRoutedEventArgs(object source)
Parameters
Type | Name | Description |
---|---|---|
System.Object | source | Source of the event. |
Properties
Empty
Gets the new routed event of grid.
Declaration
public static GridRoutedEventArgs Empty { get; }
Property Value
Type | Description |
---|---|
GridRoutedEventArgs | An instance of GridRoutedEventArgs. |