ApplicationEvents3_MailMergeAfterMergeEventHandler 委托

定义

仅为向后兼容包含此事件处理程序。 建议您使用具有相同名称的此事件处理程序的最新版本。

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

参数

Doc
Document

仅为向后兼容包含此事件参数。

DocResult
Document

仅为向后兼容包含此事件参数。

属性

适用于