ApplicationEvents4_Event.MailMergeDataSourceValidate イベント

定義

ユーザーが、[差し込み印刷の宛先] ダイアログ ボックスの [確認] をクリックしてアドレスの確認を実行したときに発生します。

public:
 event Microsoft::Office::Interop::Word::ApplicationEvents4_MailMergeDataSourceValidateEventHandler ^ MailMergeDataSourceValidate;
event Microsoft.Office.Interop.Word.ApplicationEvents4_MailMergeDataSourceValidateEventHandler MailMergeDataSourceValidate;
member this.MailMergeDataSourceValidate : Microsoft.Office.Interop.Word.ApplicationEvents4_MailMergeDataSourceValidateEventHandler 
Event MailMergeDataSourceValidate As ApplicationEvents4_MailMergeDataSourceValidateEventHandler 

イベントの種類

注釈

コンピューターにアドレス確認ソフトウェアがインストールされていない場合、MailMergeDataSourceValidate イベントを使用すると、郵便番号をチェックするためにレコードをループして米国以外のコードを削除するなど、単純なフィルター処理ルーチンを作成できます。

適用対象