Share via


ApplicationEvents4_MailMergeAfterMergeEventHandler 代理人

定義

イベントのイベント ハンドラーMailMergeAfterMergeを追加するために使用されるデリゲート型。 MailMergeAfterMerge イベントは、差し込み印刷のすべてのレコードが正常にマージされた後に発生します。

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

パラメーター

Doc
Document

差し込み印刷のメイン文書を指定します。

DocResult
Document

差し込み印刷から作成されたドキュメント。

属性

適用対象