Skip to main content
All docs
V22.1
  • Chip.DoubleTap Event

    Fires when a user double-taps the chip.

    Namespace: DevExpress.XamarinForms.Editors

    Assembly: DevExpress.XamarinForms.Editors.dll

    NuGet Package: DevExpress.XamarinForms.Editors

    Declaration

    public event HandledEventHandler DoubleTap

    Event Data

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

    Property Description
    Handled Gets 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