JavaScript/jQuery TreeList - RowRemovingEvent

The type of the rowRemoving event handler's argument.

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

Object

cancel

Type:

Boolean

|

PromiseLike object (jQuery, native, etc)

|

PromiseLike object (jQuery, native, etc)

component

The UI component's instance.

Type:

TreeList

data

Type:

Object

element

The UI component's container.

key

Type: any

model

Model data. Available only if you use Knockout.

Type: any