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