OfficeRibbon.Load 事件 (2007 系統)
更新: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 事件處理常式會自動加入至功能區程式碼檔案。您可以使用這個事件處理常式,在功能區載入時執行自訂程式碼。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。