Back to Devexpress

Chip.Tap Event

maui-devexpress-dot-maui-dot-editors-dot-chip-bcd87539.md

latest1.1 KB
Original Source

Chip.Tap Event

Fires when a user taps the chip.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event HandledEventHandler 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.

See Also

Chip Class

Chip Members

DevExpress.Maui.Editors Namespace