Document.ContentControlBeforeDelete Event
Word Developer Reference |
Occurs before removing a content control from a document.
Syntax
Private Sub expression_ContentControlBeforeDelete(OldContentControl, InUndoRedo)
expression An expression that returns a Document object.
Parameters
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. |
Remarks
For information about using events with the Document object, see Using Events with the Document Object.
See Also