New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnItemMouseOut

The itemMouseOut event is fired when the user moves the mouse pointer away from an item in RadRadioButtonList.

The event handler receives two parameters:

  1. The instance of the clicked RadRadioButtonList control.

  2. An eventArgs parameter of type Telerik.Web.UI.ButtonListEventArgs, containing the following properties and methods:

See Also

In this article