Class GridEventArgs
Provides data for SfDataGrid events.
Inheritance
System.Object
GridEventArgs
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridEventArgs : EventArgs
Constructors
GridEventArgs(Object)
Initializes a new instance of GridEventArgs class.
Declaration
protected GridEventArgs(object originalSender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSender | The original reporting sender that raised the event. |
Properties
OriginalSender
Gets the original reporting source that raised the event.
Declaration
public object OriginalSender { get; }
Property Value
Type |
---|
System.Object |