WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridCellTappedEventArgs

    Show / Hide Table of Contents

    Class TreeGridCellTappedEventArgs

    Provides data for the CellTapped event.

    Inheritance
    System.Object
    GridEventArgs
    CellTappedEventArgs
    TreeGridCellTappedEventArgs
    Inherited Members
    CellTappedEventArgs.Column
    CellTappedEventArgs.Record
    CellTappedEventArgs.RowColumnIndex
    CellTappedEventArgs.PointerDeviceType
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridCellTappedEventArgs : CellTappedEventArgs

    Constructors

    TreeGridCellTappedEventArgs(Object)

    Initializes a new instance of TreeGridCellTappedEventArgs class.

    Declaration
    public TreeGridCellTappedEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Node

    Gets the TreeNode of tapped cell.

    Declaration
    public TreeNode Node { get; }
    Property Value
    Type Description
    TreeNode

    The TreeNode of tapped cell.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved