React SelectBox - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { SelectBoxTypes } from "devextreme-react/select-box"
Type: SelectBoxTypes.SelectionChangedEvent

component

The UI component's instance.

Selector: Component
Type:

SelectBox

element

The UI component's container.

model

Model data. Available only if you use Knockout.

Type: any

selectedItem

Selector: SelectedItem
Type:

Object