Expand Minimize
This topic has not yet been rated - Rate this topic

RibbonQuickAccessToolBarCloneEventHandler Delegate

.NET Framework 4

Represents the method that handles the Clone attached event of a RibbonQuickAccessToolBar.

Namespace:  Microsoft.Windows.Controls.Ribbon
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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.