Class TreeGridCellTappedEventArgs
Provides data for the CellTapped event.
Inherited Members
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. |