Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Occurs when the OfficeRibbon is loaded into the Microsoft Office application.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
<RibbonEventAttribute("onLoad")> _
Public Event Load As EventHandler(Of RibbonUIEventArgs)
'Usage
Dim instance As OfficeRibbon
Dim handler As EventHandler(Of RibbonUIEventArgs)
AddHandler instance.Load, handler
[RibbonEventAttribute("onLoad")]
public event EventHandler<RibbonUIEventArgs> Load
[RibbonEventAttribute(L"onLoad")]
public:
event EventHandler<RibbonUIEventArgs^>^ Load {
void add (EventHandler<RibbonUIEventArgs^>^ value);
void remove (EventHandler<RibbonUIEventArgs^>^ value);
}
JScript does not support events.
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.