DXTreeView.SwipeItemTap Event
In This Article
Fires when a user taps the swipe item.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public event EventHandler<TreeNodeSwipeItemEventArgs> SwipeItemTap
#Event Data
The SwipeItemTap event's data class is TreeNodeSwipeItemEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Node |
Get the node of the tapped item.
Inherited from Tree |
Swipe |
Gets the swipe item. |
See Also