ApplicationEvents4_SinkHelper.MailMergeDataSourceValidate2 Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub MailMergeDataSourceValidate2 ( _
param0 As Document, _
ByRef param1 As Boolean _
)
'Usage
Dim instance As ApplicationEvents4_SinkHelper
Dim param0 As Document
Dim param1 As Boolean
instance.MailMergeDataSourceValidate2(param0, _
param1)
public virtual void MailMergeDataSourceValidate2(
Document param0,
ref bool param1
)
Parameters
- param0
Type: Microsoft.Office.Interop.Word.Document
- param1
Type: System.Boolean%
Implements
ApplicationEvents4.MailMergeDataSourceValidate2(Document, Boolean%)
See Also
Reference
ApplicationEvents4_SinkHelper Class