次の方法で共有


ApplicationEvents4_MailMergeDataSourceValidate2EventHandler 代理人

定義

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

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

パラメーター

Doc
Document

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

Handled
Boolean

アドイン が検証イベントを処理した場合は true。

属性

適用対象