Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.36 KB

Word.Document.ContentControlBeforeStoreUpdate.md

File metadata and controls

49 lines (28 loc) · 1.36 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.ContentControlBeforeStoreUpdate event (Word)
vbawd10.chm4001014
vbawd10.chm4001014
Word.Document.ContentControlBeforeStoreUpdate
a73aae31-bd03-1422-dbf2-1e7943d4a08a
06/08/2017
medium

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

Document Object

[!includeSupport and feedback]