Back to Devexpress

FormItemBase.Tap Event

maui-devexpress-dot-maui-dot-editors-dot-formitembase-f80ab85e.md

latest1.3 KB
Original Source

FormItemBase.Tap Event

Occurs when a user taps the form item.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event EventHandler<HandledEventArgs> Tap

Event Data

The Tap event's data class is HandledEventArgs. The following properties provide information specific to this event:

PropertyDescription
HandledGets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.

Remarks

As an alternative to the Tap event, you can specify the TapCommand to respond to user taps.

See Also

FormItemBase Class

FormItemBase Members

DevExpress.Maui.Editors Namespace