Class DataGridOperationEventArgs
Provides data for handling grid operations such as Sorting,Filtering, Grouping, Summaries and etc.
Inheritance
System.Object
DataGridOperationEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DataGridOperationEventArgs
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 |