ApplicationEvents4_MailMergeDataSourceValidateEventHandler 委托

定义

用于为事件添加事件处理程序的MailMergeDataSourceValidate委托类型。 当用户通过单击“邮件合并收件人”对话框中的“验证”来执行地址验证时,将发生 MailMergeDataSourceValidate 事件。

public delegate void ApplicationEvents4_MailMergeDataSourceValidateEventHandler(Document ^ Doc, bool % Handled);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_MailMergeDataSourceValidateEventHandler(Document Doc, ref bool Handled);
type ApplicationEvents4_MailMergeDataSourceValidateEventHandler = delegate of Document * bool -> unit
Public Delegate Sub ApplicationEvents4_MailMergeDataSourceValidateEventHandler(Doc As Document, ByRef Handled As Boolean)

参数

Doc
Document

邮件合并主文档。

Handled
Boolean

邮件合并数据源运行随附的验证代码。 False 取消数据源验证。

属性

适用于