Articles in this section
Category / Section

How to handle the LauncherClick event in WPF Ribbon control?

1 min read

The launcher button is present at the lower right corner of the RibbonBar in WPF Ribbon control. You can handle the launcher button by using the LauncherClick event.

XAML

<syncfusion:RibbonBar Name="Clipboard" Header="Clipboard" LauncherClick="Clipboard_LauncherClick"/>

C#

//The code to handle the above event 
void ribbonbar_LauncherClick(object sender, RoutedEventArgs e)
{
    //events actions
}

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied