New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientLauncherClicking
The OnClientLauncherClicking client-side event occurs when the user clicks on a ribbonbar group, before the ribbonbar responds to the mouse click.
The event handler receives two parameters:
-
The instance of the ribbonbar firing the event.
-
An eventArgs parameter containing the following methods:
-
get_group() returns a reference to the ribbonbar group that was clicked. In this case it is RibbonBarGroup.
-
set_cancel() lets you prevent the ribbonbar from responding to the mouse click.
-