menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridOperationsHandlerArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridOperationsHandlerArgs

    Provides data for handling grid operations such as Sorting

    Inheritance
    System.Object
    TreeGridOperationsHandlerArgs
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved