Class GridOPerationHandlerArgs
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridOPerationHandlerArgs : Object
  Properties
Operation
Gets the Syncfusion.SfDataGrid.GridOperation related to the event.
Declaration
public GridOperation Operation { get; }
  Property Value
| Type | Description | 
|---|---|
| Syncfusion.SfDataGrid.GridOperation | An object that represents the Syncfusion.SfDataGrid.GridOperation related to the event.  | 
      
OperationArgs
Gets the operation arguments related to the event.
Declaration
public object OperationArgs { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | An object that represents the operation arguments related to the event.  |