DocumentEvents2.ContentControlAfterAdd Method

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

Syntax

'Declaration
Sub ContentControlAfterAdd ( _
    NewContentControl As ContentControl, _
    InUndoRedo As Boolean _
)
'Usage
Dim instance As DocumentEvents2
Dim NewContentControl As ContentControl
Dim InUndoRedo As Boolean

instance.ContentControlAfterAdd(NewContentControl, _
    InUndoRedo)
void ContentControlAfterAdd(
    ContentControl NewContentControl,
    bool InUndoRedo
)

Parameters

See Also

Reference

DocumentEvents2 Interface

DocumentEvents2 Members

Microsoft.Office.Interop.Word Namespace