Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OfficeRibbon.Load Event

Definition

Namespace:
Microsoft.Office.Tools.Ribbon
Assemblies:
Microsoft.Office.Tools.Common.dll, Microsoft.Office.Tools.Common.v4.0.Utilities.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Occurs when the OfficeRibbon is loaded into the Microsoft Office application.

public:
 event Microsoft::Office::Tools::Ribbon::RibbonUIEventHandler ^ Load;
event Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler Load;
member this.Load : Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler 
Event Load As RibbonUIEventHandler 

Event Type

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.

Applies to