New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientSelectedIndexChanged
Updated over 6 months ago
The OnClientSelectedIndexChanged client-side event occurs after the selected item has been changed.
The event handler receives two parameters:
- 
The instance of the listbox firing the event
 - 
An event arguments parameter containing the following methods:
 
- 
get_item() - returns the item that is selected.
 - 
get_domEvent() - returns the DOM event object