New to Kendo UI for Angular? Start a free 30-day trial
ListBox Events
Updated on Nov 6, 2025
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 demonstrates all available events in action.
Change Theme
Theme
Loading ...