Document.ContentControlBeforeStoreUpdate Event

Word Developer Reference

Occurs before updating the document's XML data store with the value of a content control.

Syntax

Private Sub 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

For information about using events with the Document object, see Using Events with the Document Object.

See Also