Back to Devexpress

ChipGroup.ChipLongPress Event

maui-devexpress-dot-maui-dot-editors-dot-chipgroup-b20a885b.md

latest1.0 KB
Original Source

ChipGroup.ChipLongPress Event

Fires when a user taps and holds a chip in this group.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event ChipEventHandler ChipLongPress

Event Data

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

PropertyDescription
ChipGets the processed chip.
ItemGets the data object based on which the processed chip is generated.

See Also

ChipGroup Class

ChipGroup Members

DevExpress.Maui.Editors Namespace