Class TreeGridCellDoubleTappedEventArgs
Provides data for the CellDoubleTapped event.
Inheritance
System.Object
System.EventArgs
TreeGridCellDoubleTappedEventArgs
Inherited Members
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; }