Document.ContentControlAfterAdd Event
Word Developer Reference |
Occurs after adding a content control to a document.
Syntax
Private Sub expression_ContentControlAfterAdd(NewContentControl, InUndoRedo)
expression An expression that returns a Document object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
NewContentControl | Required | ContentControl | The content control being added. |
InUndoRedo | Required | Boolean | Specifies whether the addition is taking place as part an undo or redo action. |
Remarks
For information about using events with the Document object, see Using Events with the Document Object.
See Also