Skip to content

This repository contains the sample that how to handle the LauncherClick event in WPF Ribbon control.

Notifications You must be signed in to change notification settings

SyncfusionExamples/How-to-handle-the-LauncherClick-event-in-WPF-Ribbon-control-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How-to-handle-the-LauncherClick-event-in-WPF-Ribbon-control-

This repository contains the sample that how to handle the LauncherClick event in WPF Ribbon control.

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. The launcher button is used to handle the RibbonBar items.

<syncfusion:RibbonBar Name="Clipboard" Header="Clipboard" LauncherClick="Clipboard_LauncherClick"/>
//The code to handle the above event 
void ribbonbar_LauncherClick(object sender, RoutedEventArgs e)
{
    //events actions
}

Output:

WPF_Ribbon_LauncherButton

About

This repository contains the sample that how to handle the LauncherClick event in WPF Ribbon control.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages