ApplicationEvents4_MailMergeDataSourceValidateEventHandler delegate
Office 2013 and later
A Delegate type used to add an event handler for the MailMergeDataSourceValidate event. The MailMergeDataSourceValidate event occurs when a user performs address verification by clicking Validate in the Mail Merge Recipients dialog box.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Parameters
- Doc
- Type: Microsoft.Office.Interop.Word.Document
The mail merge main document.
- Handled
- Type: System.Boolean
True runs the accompanying validation code against the mail merge data source. False cancels the data source validation.
Show: