New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientItemDoubleClicking
The OnClientItemDoubleClicking client-side event occurs when the user double clicks the item using the mouse. The event can be cancelled.
The event handler receives two parameters:
-
The instance of the listbox firing the event
-
An event arguments parameter containing the following methods:
-
get_item() - returns the double-clicked item
-
set_cancel() - lets you cancel the event and prevent item from transferring.
-
get_domEvent() - returns the DOM event object