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 De délégué utilisé pour ajouter un gestionnaire d’événements pour l’événement MailMergeDataSourceValidate2 . L’événement MailMergeDataSourceValidate2 se produit lorsqu’un utilisateur valide les destinataires de fusion et publipostage en cliquant sur le bouton de lien Valider les adresses dans la boîte de dialogue Destinataires de fusion et 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 géré l’événement de validation.
- Attributs