Class TreeGridOperationsHandlerArgs
Provides data for handling grid operations such as Sorting
Inheritance
System.Object
TreeGridOperationsHandlerArgs
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridOperationsHandlerArgs : Object
Constructors
TreeGridOperationsHandlerArgs(TreeGridOperation, Object)
Initializes a new instance of TreeGridOperationsHandlerArgs class.
Declaration
public TreeGridOperationsHandlerArgs(TreeGridOperation operation, object operationArgs)
Parameters
Type | Name | Description |
---|---|---|
TreeGridOperation | operation | The type of grid operation to handle. |
System.Object | operationArgs | The data for the grid operation. |
Properties
Operation
Returns the type TreeGridOperation to be handled .
Declaration
public TreeGridOperation Operation { get; }
Property Value
Type |
---|
TreeGridOperation |
OperationArgs
Returns the event argument for pointer operation changes.
Declaration
public object OperationArgs { get; }
Property Value
Type |
---|
System.Object |