Skip to main content

DXTreeView.Tap Event

Occurs when a user taps a DXTreeView descendant.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public event EventHandler<TreeNodeEventArgs> Tap

Event Data

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