ApplicationEvents4_MailMergeAfterRecordMergeEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Delegate type used to add an event handler for the MailMergeAfterRecordMerge event. The MailMergeAfterRecordMerge event occurs after each record in the data source successfully merges in a mail merge.
public delegate void ApplicationEvents4_MailMergeAfterRecordMergeEventHandler(Document ^ Doc);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_MailMergeAfterRecordMergeEventHandler(Document Doc);
type ApplicationEvents4_MailMergeAfterRecordMergeEventHandler = delegate of Document -> unit
Public Delegate Sub ApplicationEvents4_MailMergeAfterRecordMergeEventHandler(Doc As Document)
Parameters
- Doc
- Document
The mail merge main document.
- Attributes