New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientApplicationMenuItemClicked
The OnClientApplicationMenuItemClicked client-side event occurs after an ApplicationMenu items is clicked.
The event handler receives two parameters:
-
The instance of the ribbonbar firing the event.
-
An eventArgs parameter containing the following methods:
-
get_applicationMenu() returns a reference to the ribbonbar application menu.
-
get_item() returns a reference to the clicked application menu item.
-
get_domEvent() returns the DOM event object.
-