次の方法で共有


ApplicationEvents4_MailMergeDataSourceValidateEventHandler 代理人

定義

イベントのイベント ハンドラーMailMergeDataSourceValidateを追加するために使用されるデリゲート型。 MailMergeDataSourceValidate イベントは、ユーザーが [差し込み印刷の受信者] ダイアログ ボックスで [検証] をクリックしてアドレス検証を実行したときに発生します。

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

パラメーター

Doc
Document

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

Handled
Boolean

True 差し込み印刷データ ソースに対して、付属の確認コードを実行します。 False は、データ ソースの確認をキャンセルします。

属性

適用対象