DXTreeView.DoubleTap Event
Occurs when a user taps a DXTreeView node twice.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public event EventHandler<TreeNodeEventArgs> DoubleTap
Event Data
The DoubleTap event's data class is TreeNodeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Node | Get the node of the tapped item. |
See Also