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.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DXBrowsable(false)]
[Obsolete("This event is obsolete now. Use the SelectedDataItemChanged event instead.")]
[Parameter]
public EventCallback<TData> SelectedItemChanged { get; set; }
Parameters
Type | Description |
---|---|
TData | The data item type. |
Remarks
This event is obsolete. Use the SelectedDataItemChanged event instead.
Refer to the following breaking change for more information: Legacy Data Grid (DxDataGrid) and List Editors (ComboBox, List Box, Tag Box) are no longer included in our distribution.
See Also