DXButtonBase.TapPressed Event
Fires when a user taps a DXButtonBase descendant and a finger is not released.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public event EventHandler<DXTapEventArgs> TapPressed
Event Data
The TapPressed 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