SelectableChipGroup.SelectionChanged Event
In This Article
Fires when a user (un)selects a chip in this group.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public event EventHandler SelectionChanged
#Event Data
The SelectionChanged event's data class is EventArgs.
See Also