次の方法で共有


ApplicationEvents4_MailMergeBeforeRecordMergeEventHandler 代理人

定義

イベントのイベント ハンドラーMailMergeBeforeRecordMergeを追加するために使用されるデリゲート型。 MailMergeBeforeRecordMerge イベントは、差し込み印刷の個々のレコードに対してマージが実行されるときに発生します。

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

パラメーター

Doc
Document

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

Cancel
Boolean

True を指定 すると、現在のレコードの差し込み印刷プロセスが開始される前にのみ停止します。

属性

適用対象