OfficeRibbon.Load Event
Occurs when the OfficeRibbon is loaded into the Microsoft Office application.
Namespace: Microsoft.Office.Tools.Ribbon
Assemblies: Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
Event Load As RibbonUIEventHandler
event RibbonUIEventHandler Load
Remarks
The Load event handler is automatically added to the Ribbon code file. Use this event handler to run custom code when the Ribbon loads.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.