ApplicationEvents4_MailMergeDataSourceValidate2EventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type délégué utilisé pour ajouter un gestionnaire d’événements pour l' MailMergeDataSourceValidate2 événement. L’événement MailMergeDataSourceValidate2 se produit lorsqu’un utilisateur valide des destinataires de fusion et publipostage en cliquant sur le bouton de lien valider les adresses dans la boîte de dialogue destinataires du publipostage.
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)
Paramètres
- Doc
- Document
Document principal de publipostage.
- Handled
- Boolean
true si le complément a traité l’événement de validation.
- Attributs