ApplicationEvents4_EPostageInsertEventHandler 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' EPostageInsert événement. L’événement EPostageInsert, se produit lorsqu’un utilisateur insère un affranchissement électronique dans un document.
public delegate void ApplicationEvents4_EPostageInsertEventHandler(Document ^ Doc);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_EPostageInsertEventHandler(Document Doc);
type ApplicationEvents4_EPostageInsertEventHandler = delegate of Document -> unit
Public Delegate Sub ApplicationEvents4_EPostageInsertEventHandler(Doc As Document)
Paramètres
- Doc
- Document
Nom du document auquel ajouter un affranchissement électronique.
- Attributs