Class GridCancelEventArgs
Provides data for cancelable events in SFDataGrid.
Inheritance
System.Object
GridCancelEventArgs
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GridCancelEventArgs : CancelEventArgs
Constructors
GridCancelEventArgs(Object)
Initializes a new instance of the GridCancelEventArgs class.
Declaration
protected GridCancelEventArgs(object originalSender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSender | The original reporting source that raised the event. |
Properties
OriginalSender
Gets a value indicates the original reporting source that raised the event.
Declaration
public object OriginalSender { get; }
Property Value
Type |
---|
System.Object |