RibbonUIEventHandler 委派
表示處理 OfficeRibbon 的 Load 事件的方法。
命名空間: Microsoft.Office.Tools.Ribbon
組件: Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)
Microsoft.Office.Tools.Common.v4.0.Utilities (在 Microsoft.Office.Tools.Common.v4.0.Utilities.dll 中)
語法
'宣告
Public Delegate Sub RibbonUIEventHandler ( _
sender As Object, _
e As RibbonUIEventArgs _
)
public delegate void RibbonUIEventHandler(
Object sender,
RibbonUIEventArgs e
)
參數
- sender
型別:System.Object
事件的來源。
- e
型別:Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs
事件的資料。
備註
在建立 RibbonUIEventHandler 委派 (Delegate) 時,您要識別處理事件的方法。 若要讓此事件與您的事件處理常式產生關聯,請將委派的執行個體加入至此事件。 除非您移除委派,否則每當事件發生時便會呼叫事件處理常式。