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

OnClientItemDoubleClicked

The OnClientItemDoubleClicked client-side event occurs after the user double clicks the item using the mouse.

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 the double-clicked item

  • get_domEvent() - returns the DOM event object

See Also

In this article