Share via


ApplicationEvents4_MailMergeDataSourceValidate2EventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das MailMergeDataSourceValidate2 Ereignis verwendet wird. Das MailMergeDataSourceValidate2-Ereignis tritt auf, wenn ein Benutzer Seriendruckempfänger überprüft, indem er im Dialogfeld Seriendruckempfänger auf die Schaltfläche Adressen überprüfen klickt.

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)

Parameter

Doc
Document

Das Seriendruck-Hauptdokument.

Handled
Boolean

TRUE , wenn das Add-In das Validierungsereignis verarbeitet hat.

Attribute

Gilt für: