RibbonBase.Load Event

Definition

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