ContentControlExitingEventHandler 委派

表示處理 ContentControlBaseExiting 事件的方法。

命名空間:  Microsoft.Office.Tools.Word
組件:  Microsoft.Office.Tools.Word (在 Microsoft.Office.Tools.Word.dll 中)

語法

'宣告
Public Delegate Sub ContentControlExitingEventHandler ( _
    sender As Object, _
    e As ContentControlExitingEventArgs _
)
public delegate void ContentControlExitingEventHandler(
    Object sender,
    ContentControlExitingEventArgs e
)

參數

備註

在建立 ContentControlExitingEventHandler 委派 (Delegate) 時,您要識別處理事件的方法。 若要讓此事件與您的事件處理常式產生關聯,請將委派的執行個體加入至此事件。 除非您移除委派,否則每當事件發生時便會呼叫事件處理常式。

請參閱

參考

Microsoft.Office.Tools.Word 命名空間