Back to Devexpress

ChipGroup.ChipDoubleTap Event

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

latest1.0 KB
Original Source

ChipGroup.ChipDoubleTap Event

Fires when a user double-taps a chip in this group.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event ChipEventHandler ChipDoubleTap

Event Data

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