Class ItemHoldingEventArgs
Provides data for the ItemHolding event.
Inheritance
System.Object
ItemHoldingEventArgs
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.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.Drawing.Point | An object that represents the touch position at the long pressed item. |