ContentControlEnteringEventHandler 委派

表示處理 ContentControlBaseEntering 事件的方法。

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

語法

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

參數

備註

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

請參閱

參考

Microsoft.Office.Tools.Word 命名空間