New to Telerik UI for WPF? Start a free 30-day trial
Handle Double Click On Application Button
Updated on Sep 24, 2025
The RadRibbonView class exposes the ApplicationButtonDoubleClick event, which is fired when the RibbonView's ApplicationButton is double-clicked.
XAML
<telerik:RadRibbonView x:Name="radRibbonView" ApplicationButtonDoubleClick="radRibbonView_ApplicationButtonDoubleClick">
For more information about the ApplicationButtonDoubleClick event, take a look at the Events section in the Application Menu topic.
For a full list of the exposed by the RadRibbonView events, take a look at the Events - Overview topic.