Angular TreeList - EditCancelingEvent

The type of the editCanceling event handler's argument.

import { DxTreeListTypes } from "devextreme-angular/ui/tree-list"
Type: DxTreeListTypes.EditCancelingEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

changes

Selector: dxi-change
Type:

Array<DataChange>

component

The UI component's instance.

Selector: dxo-component
Type:

TreeList

element

The UI component's container.