Document.ContentControlBeforeStoreUpdate Event
Office 2007
| Word Developer Reference |
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