Class GridOperationHandlerArgs
Provides data for handling the grid operations to update selection.
Inheritance
System.Object
GridOperationHandlerArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class GridOperationHandlerArgs : Object
Constructors
GridOperationHandlerArgs(GridOperation, Object)
Initializes a new instance of the GridOperationHandlerArgs class.
Declaration
public GridOperationHandlerArgs(GridOperation operation, object operationArgs)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.GridOperation | operation | The |
System.Object | operationArgs | The operation arguments. |
Properties
Operation
Gets the Syncfusion.Maui.DataGrid.GridOperation related to the event.
Declaration
public GridOperation Operation { get; }
Property Value
Type | Description |
---|---|
Syncfusion.Maui.DataGrid.GridOperation | An object that represents the Syncfusion.Maui.DataGrid.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. |