RibbonBase.Load Event
Definition
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.