Skip to main content

DXTreeView.TapConfirmed Event

Occurs when a single tap is confirmed (the wait for the second tap in a double-tap gesture timed out).

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public event EventHandler<TreeNodeEventArgs> TapConfirmed

Event Data

The TapConfirmed 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