ApplicationEvents4_MailMergeDataSourceValidateEventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das MailMergeDataSourceValidate Ereignis verwendet wird. Das MailMergeDataSourceValidate-Ereignis tritt auf, wenn ein Benutzer die Adressüberprüfung durchführt, indem er im Dialogfeld Seriendruckempfänger auf Überprüfen klickt.

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)

Parameter

Doc
Document

Das Seriendruck-Hauptdokument.

Handled
Boolean

True, wird den zugehörige Validierungscode für die Seriendruck-Datenquelle ausgeführt. False bricht die Überprüfung der Datenquelle ab.

Attribute

Gilt für: