ContentControlStoreUpdatingEventHandler 委派
表示處理 ContentControlBase 的 StoreUpdating 事件的方法。
命名空間: Microsoft.Office.Tools.Word
組件: Microsoft.Office.Tools.Word (在 Microsoft.Office.Tools.Word.dll 中)
語法
'宣告
Public Delegate Sub ContentControlStoreUpdatingEventHandler ( _
sender As Object, _
e As ContentControlStoreUpdatingEventArgs _
)
public delegate void ContentControlStoreUpdatingEventHandler(
Object sender,
ContentControlStoreUpdatingEventArgs e
)
參數
- sender
型別:System.Object
事件的來源。
備註
在建立 ContentControlStoreUpdatingEventHandler 委派 (Delegate) 時,您要識別處理事件的方法。 若要讓此事件與您的事件處理常式產生關聯,請將委派的執行個體加入至此事件。 除非您移除委派,否則每當事件發生時便會呼叫事件處理常式。
範例
如需示範如何建立 ContentControlStoreUpdatingEventHandler 委派的程式碼範例,請參閱 StoreUpdating 事件。