Skip to main content
A newer version of this page is available. .

ComboBoxEdit.SelectionChangedCommand Property

Specifies the command executed when the selection of an item changes.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public ICommand SelectionChangedCommand { get; set; }

Property Value

Type Description
ICommand

An ICommand object.

See Also