React TagBox - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { TagBoxTypes } from "devextreme-react/tag-box"
Type: TagBoxTypes.SelectionChangedEvent

addedItems

Type:

Array<any>

component

The UI component's instance.

Selector: Component
Type:

TagBox

element

The UI component's container.

removedItems

Type:

Array<any>

selectedItem

Selector: SelectedItem
Type:

Object