ApplicationEvents4_DocumentOpenEventHandler 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 DocumentOpen . L’événement DocumentOpen se produit lorsqu’un document est ouvert.
public delegate void ApplicationEvents4_DocumentOpenEventHandler(Document ^ Doc);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_DocumentOpenEventHandler(Document Doc);
type ApplicationEvents4_DocumentOpenEventHandler = delegate of Document -> unit
Public Delegate Sub ApplicationEvents4_DocumentOpenEventHandler(Doc As Document)
Paramètres
- Doc
- Document
Document en cours d'ouverture.
- Attributs