jQuery TreeList - FocusedCellChangingEvent

The type of the focusedCellChanging event handler's argument.

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

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

cellElement

columns

component

The UI component's instance.

Type:

TreeList

element

The UI component's container.

event

Specifies the executed event.

isHighlighted

Type:

Boolean

newColumnIndex

Type:

Number

newRowIndex

Type:

Number

prevColumnIndex

Type:

Number

prevRowIndex

Type:

Number

rows