Back to Devexpress

DxComboBox<TData, TValue>.SelectedItemChanged Event

blazor-devexpress-dot-blazor-dot-dxcombobox-2-1cfd0008.md

latest1.5 KB
Original Source

DxComboBox<TData, TValue>.SelectedItemChanged Event

OBSOLETE

This event is obsolete now. Use the SelectedDataItemChanged event instead.

Fires when the ComboBox’s selected item is changed.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DXBrowsable(false)]
[Obsolete("This event is obsolete now. Use the SelectedDataItemChanged event instead.")]
[Parameter]
public EventCallback<TData> SelectedItemChanged { get; set; }

Parameters

TypeDescription
TData

The data item type.

|

Remarks

This event is obsolete. Use the SelectedDataItemChanged event instead.

Refer to the following breaking change for additional information: Legacy Data Grid (DxDataGrid) and List Editors (ComboBox, List Box, Tag Box) are no longer included in our distribution.

See Also

DxComboBox<TData, TValue> Class

DxComboBox<TData, TValue> Members

DevExpress.Blazor Namespace