DocumentEvents2_ContentControlBeforeContentUpdateEventHandler Delegate

A Delegate type used to add an event handler for the ContentControlBeforeContentUpdate(ContentControl, String%) 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_ContentControlBeforeContentUpdateEventHandler ( _
    ContentControl As ContentControl, _
    <OutAttribute> ByRef Content As String _
)
'Usage
Dim instance As New DocumentEvents2_ContentControlBeforeContentUpdateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void DocumentEvents2_ContentControlBeforeContentUpdateEventHandler(
    ContentControl ContentControl,
    out string Content
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Word Namespace