DocumentEvents2.ContentControlBeforeStoreUpdate Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ContentControlBeforeStoreUpdate ( _
    ContentControl As ContentControl, _
    <OutAttribute> ByRef Content As String _
)
'Usage
Dim instance As DocumentEvents2
Dim ContentControl As ContentControl
Dim Content As String

instance.ContentControlBeforeStoreUpdate(ContentControl, _
    Content)
void ContentControlBeforeStoreUpdate(
    ContentControl ContentControl,
    out string Content
)

Parameters

See Also

Reference

DocumentEvents2 Interface

DocumentEvents2 Members

Microsoft.Office.Interop.Word Namespace