jQuery SelectBox - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { SelectionChangedEvent } from "devextreme/ui/select_box"
Type:

Object

component

The UI component's instance.

Type:

SelectBox

element

The UI component's container.

model

Model data. Available only if you use Knockout.

Type: any

selectedItem

Type:

Object