ApplicationEvents4.MailMergeDataSourceValidate Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub MailMergeDataSourceValidate ( _
Doc As Document, _
ByRef Handled As Boolean _
)
'Usage
Dim instance As ApplicationEvents4
Dim Doc As Document
Dim Handled As Boolean
instance.MailMergeDataSourceValidate(Doc, _
Handled)
void MailMergeDataSourceValidate(
Document Doc,
ref bool Handled
)
Parameters
- Doc
Type: Microsoft.Office.Interop.Word.Document
- Handled
Type: System.Boolean%