DXButtonBase.TapReleased Event
Fires when a user taps a DXButtonBase descendant and a finger is released.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public event EventHandler<DXTapEventArgs> TapReleased
Event Data
The TapReleased event's data class is DXTapEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Position | Gets the position of the tapped item. |
See Also