New to Kendo UI for Angular? Start a free 30-day trial
ListBox Events
Updated on Jun 25, 2026
The Kendo UI for Angular ListBox provides a set of events that enable you to respond to user interactions, selection changes, and toolbar actions. This article describes all available events and how to handle them.
| Event | Description |
|---|---|
selectionChange | Fired when the user changes the selection. Also fires when you move an item, because moving changes its index. |
action | Fired when the user triggers one of the designated ListBox toolbar actions through a mouse click or keyboard interaction. |
The following example captures and logs both ListBox events in real time. The selectionChange event is triggered when the user selects an item, while the action event is triggered when the user clicks a toolbar button.
Change Theme
Theme
Loading ...