ApplicationEvents4_MailMergeDataSourceValidate2EventHandler 委托

定义

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

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

参数

Doc
Document

邮件合并主文档。

Handled
Boolean

如果加载项已处理验证事件,则为 true

属性

适用于