GridRoutedEventArgs Class
This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method.
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.  |