Angular TagBox - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

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

addedItems

Type:

Array<any>

component

The UI component's instance.

Selector: dxo-component
Type:

TagBox

element

The UI component's container.

removedItems

Type:

Array<any>

selectedItem

Selector: dxo-selected-item
Type:

Object