Class DataGridOperationEventArgs
Provides data for handling grid operations such as Sorting,Filtering, Grouping, Summaries and etc.
Inheritance
System.Object
DataGridOperationEventArgs
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DataGridOperationEventArgs : Object
Constructors
DataGridOperationEventArgs(GridOperation, Object)
Initializes a new instance of the DataGridOperationEventArgs class.
Declaration
public DataGridOperationEventArgs(GridOperation operation, object operationArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| GridOperation | operation | The type of grid operation to handle. |
| System.Object | operationArgs | The data for the grid operation. |
Properties
Operation
Gets a value indicating whether
Declaration
public GridOperation Operation { get; }
Property Value
| Type |
|---|
| GridOperation |
OperationArgs
Gets a value indicating whether the event argument for pointer operation changes.
Declaration
public object OperationArgs { get; }
Property Value
| Type |
|---|
| System.Object |