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

OnClientMouseOver

The OnClientMouseOver client-side event occurs when the mouse cursor passes over 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