ApplicationEvents4_MailMergeWizardSendToCustomEventHandler 委托

定义

用于为事件添加事件处理程序的MailMergeWizardSendToCustom委托类型。 在邮件合并向导的步骤 6 上单击自定义按钮时,将发生 MailMergeWizardSendToCustom 事件。

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)

参数

Doc
Document

邮件合并主文档。

属性

适用于