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
- ContentControl
Type: Microsoft.Office.Interop.Word.ContentControl
- Content
Type: System.String%