OfficeRibbon::Load Event

 

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

Namespace:   Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

event RibbonUIEventHandler^ Load {
	void add(RibbonUIEventHandler^ value);
	void remove(RibbonUIEventHandler^ value);
}

The Load event handler is automatically added to the Ribbon code file. Use this event handler to run custom code when the Ribbon loads.

Return to top
Show: