Document.ContentControlBeforeStoreUpdate event (Word)
Occurs before updating the document's XML data store with the value of a content control.
Syntax
expression.ContentControlBeforeStoreUpdate'(ContentControl**, Content)
expression An expression that returns a Document object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ContentControl | Required | ContentControl | The content control being updated. |
Content | Required | String | The content being stored for a control in the document data store. Use this parameter to change the XML data before sending the value to the XML data store. |
Remarks
Note
This event does not occur for repeating content controls.
For information about using events with the Document object, see Using events with the Document object.
See also
Support and feedback
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.