Skip to main content
All docs
V22.1
  • ChipGroup.ChipLongPress Event

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

    Namespace: DevExpress.XamarinForms.Editors

    Assembly: DevExpress.XamarinForms.Editors.dll

    NuGet Package: DevExpress.XamarinForms.Editors

    Declaration

    public event ChipEventHandler ChipLongPress

    Event Data

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