Class GridCancelEventArgs
Serves as a base class for the event argument classes that can cancel the event handling in a SfDataGrid control.
Inheritance
System.Object
GridCancelEventArgs
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridCancelEventArgs : CancelEventArgs
Constructors
GridCancelEventArgs(Object)
Initializes a new instance of the GridCancelEventArgs class with the original sender.
Declaration
protected GridCancelEventArgs(object originalSender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSender | The original reporting source 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. |
See Also
System.ComponentModel.CancelEventArgs