React DropDownBox - CopyEvent

The type of the copy event handler's argument.

import { DropDownBoxTypes } from "devextreme-react/drop-down-box"
Type: DropDownBoxTypes.CopyEvent

component

The UI component's instance.

Selector: Component
Type:

DropDownBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event