New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnItemMouseOut
Updated on Aug 24, 2026
The itemMouseOut event is fired when the user moves the mouse pointer away from an item in RadCheckBoxList.
The event handler receives two parameters:
-
The instance of the clicked RadCheckBoxList control.
-
An eventArgs parameter of type Telerik.Web.UI.ButtonListEventArgs, containing the following properties and methods:
- get_item() - returns an instance of type Telerik.Web.UI.ButtonListItem