Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that handles the Clone attached event of a RibbonQuickAccessToolBar.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Delegate Sub RibbonQuickAccessToolBarCloneEventHandler ( _
sender As Object, _
e As RibbonQuickAccessToolBarCloneEventArgs _
)
public delegate void RibbonQuickAccessToolBarCloneEventHandler(
Object sender,
RibbonQuickAccessToolBarCloneEventArgs e
)
public delegate void RibbonQuickAccessToolBarCloneEventHandler(
Object^ sender,
RibbonQuickAccessToolBarCloneEventArgs^ e
)
type RibbonQuickAccessToolBarCloneEventHandler =
delegate of
sender:Object *
e:RibbonQuickAccessToolBarCloneEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventArgs
The event data.