OfficeRibbon.Load 事件 (2007 system)

更新:2007 年 11 月

OfficeRibbon 加载到 Microsoft Office 应用程序时发生。

命名空间:  Microsoft.Office.Tools.Ribbon
程序集:  Microsoft.Office.Tools.Common.v9.0(在 Microsoft.Office.Tools.Common.v9.0.dll 中)

语法

声明
<RibbonEventAttribute("onLoad")> _
Public Event Load As EventHandler(Of RibbonUIEventArgs)
用法
Dim instance As OfficeRibbon
Dim handler As EventHandler(Of RibbonUIEventArgs)

AddHandler instance.Load, handler
[RibbonEventAttribute("onLoad")]
public event EventHandler<RibbonUIEventArgs> Load

备注

Load 事件处理程序会自动添加到功能区代码文件中。可使用此事件处理程序在功能区加载时运行自定义代码。

权限

另请参见

参考

OfficeRibbon 类

OfficeRibbon 成员

Microsoft.Office.Tools.Ribbon 命名空间