jQuery TreeList - RowRemovingEvent

The type of the rowRemoving event handler's argument.

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

Object

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

|

Promise<void> (jQuery or native)

component

The UI component's instance.

Type:

TreeList

data

Type:

Object

element

The UI component's container.

key

Type: any