Telerik.Web.UI.ButtonListClientEvents
Defines the client events handlers.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.ButtonListClientEvents
Properties
OnItemCheckedChanged String
Gets or sets the name of the JavaScript function that will be called when an item checked state was changed.
OnItemCheckedChanging String
Gets or sets the name of the JavaScript function that will be called when an item checked state is about to be changed.
OnItemClicked String
Gets or sets the name of the JavaScript function that will be called when an item was clicked.
OnItemClicking String
Gets or sets the name of the JavaScript function that will be called when an item is about to be clicked.
OnItemLoad String
Gets or sets the name of the JavaScript function that will be called when an item is loaded on the page.
OnItemMouseOut String
Gets or sets the name of the JavaScript function that will be called when the mouse leaves an item.
OnItemMouseOver String
Gets or sets the name of the JavaScript function that will be called when the mouse hovers over an item.
OnLoad String
Gets or sets the name of the JavaScript function that will be called when the control is loaded on the page.
OnSelectedIndexChanged String
Gets or sets the name of the JavaScript function that will be called when different than the currently selected item is checked.
OnSelectedIndexChanging String
Gets or sets the name of the JavaScript function that will be called when different than the currently selected item is about to be checked.