ApplicationEvents4_MailMergeDataSourceLoadEventHandler 委托

定义

用于为事件添加事件处理程序的MailMergeDataSourceLoad委托类型。 为邮件合并加载数据源时,将发生 MailMergeDataSourceLoad 事件。

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

参数

Doc
Document

邮件合并主文档。

属性

适用于