• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

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.

In this article

Not finding the help you need?