Class GridRoutedEventArgs
This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method.
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class GridRoutedEventArgs : RoutedEventArgs
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
Declaration
public static GridRoutedEventArgs Empty { get; }
Property Value
Type |
---|
GridRoutedEventArgs |