Class GridEventArgs
Serves as a base class for the event argument classes in a SfDataGrid control.
Inheritance
System.Object
GridEventArgs
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridEventArgs : EventArgs
Constructors
GridEventArgs(Object)
Initializes a new instance of the GridEventArgs class using the specified sender.
Declaration
protected GridEventArgs(object originalSender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSender | The original sender that raises the event. |
Properties
OriginalSender
Gets the original reporting source that raising this event.
Declaration
public object OriginalSender { get; }
Property Value
Type | Description |
---|---|
System.Object | The reporting source that raises the event. |