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

OnClientMouseOut

The OnClientMouseOut client-side event occurs just before the mouse passes out of an item.

The event handler receives two parameters:

  1. The instance of the listbox firing the event

  2. An event arguments parameter containing the following methods:

  • get_item() - returns a reference to the item

  • get_domEvent() - returns the DOM event object

See Also

In this article