Back to Devexpress

Chip.LongPress Event

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

latest1.1 KB
Original Source

Chip.LongPress Event

Fires when a user presses and holds the chip.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event HandledEventHandler LongPress

Event Data

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