Note

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

Access to this page requires authorization. You can try .

RibbonBase.Load Event

Definition

Namespace:
Microsoft.Office.Tools.Ribbon
Assembly:
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 RibbonBase is loaded into the Microsoft Office application.

public:
 event Microsoft::Office::Tools::Ribbon::RibbonUIEventHandler ^ Load;
public event Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler Load;
member this.Load : Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler 
Public Custom 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