Skip to main content

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

C#
public ICommand SelectionChangedCommand { get; set; }

#Property Value

Type Description
ICommand

An ICommand object.

See Also