Skip to main content

ComboBoxEdit.SelectionChanged Event

In This Article

Fires when the selection of an item changes.

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