DocumentEvents2_ContentControlOnEnterEventHandler Delegate

A Delegate type used to add an event handler for the ContentControlOnEnter(ContentControl) event.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub DocumentEvents2_ContentControlOnEnterEventHandler ( _
    ContentControl As ContentControl _
)
'Usage
Dim instance As New DocumentEvents2_ContentControlOnEnterEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void DocumentEvents2_ContentControlOnEnterEventHandler(
    ContentControl ContentControl
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Word Namespace