• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

MultiSelectTreeChangeEvent

Represents the object of the onChange MultiSelectTree event.

NameTypeDefaultDescription

event

any

A native event.

items

any[]

The items related to current operation.

operation

MultiSelectTreeChangeEventOperation

Describes the current operation:

  • clear - clear button is clicked and value is cleared. Null value is returned.
  • 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.

target

any

An event target.

value

any[]

The new value.

In this article

Not finding the help you need?