ApplicationEvents4_MailMergeAfterMergeEventHandler 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 MailMergeAfterMerge event. The MailMergeAfterMerge event occurs after all records in a mail merge have merged successfully.
public delegate void ApplicationEvents4_MailMergeAfterMergeEventHandler(Document ^ Doc, Document ^ DocResult);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_MailMergeAfterMergeEventHandler(Document Doc, Document DocResult);
type ApplicationEvents4_MailMergeAfterMergeEventHandler = delegate of Document * Document -> unit
Public Delegate Sub ApplicationEvents4_MailMergeAfterMergeEventHandler(Doc As Document, DocResult As Document)
Parameters
- Doc
- Document
The mail merge main document.
- DocResult
- Document
The document created from the mail merge.
- Attributes