ApplicationEvents4_DocumentBeforeSaveEventHandler 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 DocumentBeforeSave . L’événement DocumentBeforeSave se produit avant l’enregistrement d’un document ouvert.
public delegate void ApplicationEvents4_DocumentBeforeSaveEventHandler(Document ^ Doc, bool % SaveAsUI, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_DocumentBeforeSaveEventHandler(Document Doc, ref bool SaveAsUI, out bool Cancel);
type ApplicationEvents4_DocumentBeforeSaveEventHandler = delegate of Document * bool * bool -> unit
Public Delegate Sub ApplicationEvents4_DocumentBeforeSaveEventHandler(Doc As Document, ByRef SaveAsUI As Boolean, ByRef Cancel As Boolean)
Paramètres
- Doc
- Document
Document en cours d’enregistrement.
- SaveAsUI
- Boolean
True pour afficher la boîte de dialogue Enregistrer sous.
- Cancel
- Boolean
False lorsque l'événement se produit. Si la procédure événementielle affecte la valeur True à cet argument, le document n’est pas enregistré lorsque la procédure est terminée.
- Attributs