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

DxComboBox<TData, TValue> Events

A ComboBox component.
Name Description
DropDownVisibleChanged Fires when an editor’s drop-down window visibility is changed. Inherited from DxDropDownBase<T, JSProxyType>.
SelectedItemChanged Fires when the ComboBox’s selected item is changed.
TextChanged Fires when the text in the ComboBox edit box is changed.
ValueChanged Fires when the ComboBox’s selected value changes.
See Also