New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientToggleListToggled
Updated over 6 months ago
The OnClientToggleListToggled client-side event occurs after a toggle button inside of ToggleList is clicked.
- 
The instance of the ribbonbar firing the event. 
- 
An eventArgs parameter containing the following methods: - 
get_button() returns a reference of the toggle button which is clicked. 
- 
get_domEvent() returns the DOM event object. 
 
-