Chip.SelectionChanged Event
Fires when the selection state changes.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public event EventHandler SelectionChanged
Event Data
The SelectionChanged event's data class is EventArgs.
See Also