jQuery TreeList - EditCancelingEvent

The type of the editCanceling event handler's argument.

import { EditCancelingEvent } from "devextreme/ui/tree_list"
Type:

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

changes

Type:

Array<DataChange>

component

The UI component's instance.

Type:

TreeList

element

The UI component's container.