Angular TextBox - CopyEvent

The type of the copy event handler's argument.

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

Used in:

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