ApplicationEvents4_MailMergeWizardSendToCustomEventHandler Delegate

Definition

A Delegate type used to add an event handler for the MailMergeWizardSendToCustom event. The MailMergeWizardSendToCustom event occurs when the custom button is clicked on step six of the Mail Merge Wizard.

public delegate void ApplicationEvents4_MailMergeWizardSendToCustomEventHandler(Document ^ Doc);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_MailMergeWizardSendToCustomEventHandler(Document Doc);
type ApplicationEvents4_MailMergeWizardSendToCustomEventHandler = delegate of Document -> unit
Public Delegate Sub ApplicationEvents4_MailMergeWizardSendToCustomEventHandler(Doc As Document)

Parameters

Doc
Document

The mail merge main document.

Attributes

Applies to