RibbonQuickAccessToolBarCloneEventHandler Delegate
.NET Framework 4
Represents the method that handles the Clone attached event of a RibbonQuickAccessToolBar.
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
public delegate void RibbonQuickAccessToolBarCloneEventHandler( Object sender, RibbonQuickAccessToolBarCloneEventArgs e )
Parameters
- sender
- Type: System.Object
The source of the event.
- e
- Type: Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventArgs
The event data.