Back to Devexpress

Chip.DoubleTap Event

maui-devexpress-dot-maui-dot-editors-dot-chip-9b1a1414.md

latest1.1 KB
Original Source

Chip.DoubleTap Event

Fires when a user double-taps the chip.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event HandledEventHandler DoubleTap

Event Data

The DoubleTap 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