Class ItemHoldingEventArgs
Provides data for the ItemHolding event.
Inheritance
System.Object
System.EventArgs
ItemHoldingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public class ItemHoldingEventArgs : EventArgs
Constructors
ItemHoldingEventArgs()
Initializes a new instance of the ItemHoldingEventArgs class.
Declaration
public ItemHoldingEventArgs()
Properties
Node
Gets the data object associated with TreeViewItem at the long pressed position.
Declaration
public TreeViewNode Node { get; }
Property Value
Type | Description |
---|---|
TreeViewNode | An object that represents the item at the long pressed position. |
Position
Gets the touch position at the long pressed position.
Declaration
public Point Position { get; }
Property Value
Type | Description |
---|---|
System.Windows.Point | An object that represents the touch position at the long pressed item. |