This topic has not yet been rated - Rate this topic

Document.ContentControlBeforeStoreUpdate Event

Office 2007
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

NameRequired/OptionalData TypeDescription
ContentControlRequiredContentControlThe content control being updated.
ContentRequiredStringThe 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.




Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.