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