New to KendoReactLearn about KendoReact Free.

MultiSelectTreeChangeEvent

Represents the object of the onChange MultiSelectTree event.

NameTypeDefaultDescription

items

any[]

The items related to current operation.

nativeEvent

Event

A native DOM event.

operation

MultiSelectTreeChangeEventOperation

Describes the current operation:

  • clear - clear button is clicked and value is cleared. Null value is retured.
  • delete - tag is deleted using keyboard or mouse. The items contained in current tag are returned.
  • toggle - item in TreeView is toggled. Single item is returned.

syntheticEvent

SyntheticEvent<HTMLElement>

A React SyntheticEvent.

target

MultiSelectTreeHandle

An event target.

Not finding the help you need?
Contact Support