menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridCellDoubleTappedEventArgs

    Provides data for the CellDoubleTapped event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CellDoubleTappedEventArgs
    TreeGridCellDoubleTappedEventArgs
    Inherited Members
    CellDoubleTappedEventArgs.ChangedButton
    CellDoubleTappedEventArgs.Column
    CellDoubleTappedEventArgs.Record
    CellDoubleTappedEventArgs.RowColumnIndex
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridCellDoubleTappedEventArgs : CellDoubleTappedEventArgs

    Constructors

    TreeGridCellDoubleTappedEventArgs(Object)

    Initializes a new instance of TreeGridCellDoubleTappedEventArgs class.

    Declaration
    public TreeGridCellDoubleTappedEventArgs(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 - 2025 Syncfusion Inc. All Rights Reserved