Vue DropDownBox - PasteEvent

The type of the paste event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.PasteEvent

component

The UI component's instance.

Selector: DxComponent
Type:

DropDownBox

element

The UI component's container.

event

Specifies the executed event.

Selector: DxEvent

model

Model data. Available only if you use Knockout.

Type: any