ApplicationEvents4_MailMergeAfterMergeEventHandler Delegate

Definition

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

Applies to