Vue TagBox - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxTagBoxTypes } from "devextreme-vue/tag-box"
Type: DxTagBoxTypes.SelectionChangedEvent

addedItems

Selector: added-items
Type:

Array<any>

component

The UI component's instance.

Selector: DxComponent
Type:

TagBox

element

The UI component's container.

removedItems

Selector: removed-items
Type:

Array<any>

selectedItem

Selector: DxSelectedItem
Type:

Object