Document.ContentControlBeforeDelete event (Word)
Occurs before removing a content control from a document.
expression.ContentControlBeforeDelete'(OldContentControl**, InUndoRedo)
expression An expression that returns a Document object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
OldContentControl | Required | ContentControl | The content control being deleted. |
InUndoRedo | Required | Boolean | Specifies whether the removal is taking place as part an undo or redo action. |
For information about using events with the Document object, see Using events with the Document object.
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.