Angular TagBox - InputEvent

The type of the input event handler's argument.

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

Used in:

component

The UI component's instance.

Selector: dxo-component
Type:

TagBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event