Skip to main content

ChipGroup.ChipRemoveIconClicked Event

Fires when a user clicks the Remove icon in a chip in this group.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public event ChipEventHandler ChipRemoveIconClicked

Event Data

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

Property Description
Chip Gets the processed chip.
Item Gets the data object based on which the processed chip is generated.
See Also