Angular TextBox - PasteEvent

The type of the paste event handler's argument.

import { DxTextBoxTypes } from "devextreme-angular/ui/text-box"
Type: DxTextBoxTypes.PasteEvent

component

The UI component's instance.

Selector: dxo-component
Type:

TextBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event