AppEvents_ProtectedViewWindowBeforeEditEventHandler 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 ProtectedViewWindowBeforeEdit . L’événement ProtectedViewWindowBeforeEdit se produit immédiatement avant que la modification soit activée sur le classeur dans la fenêtre Mode protégé spécifiée.
public delegate void AppEvents_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow ^ Pvw, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow Pvw, out bool Cancel);
Public Delegate Sub AppEvents_ProtectedViewWindowBeforeEditEventHandler(Pvw As ProtectedViewWindow, ByRef Cancel As Boolean)
Paramètres
La fenêtre Mode protégé qui contient le classeur activé pour la modification.
- Cancel
- Boolean
false lorsque l’événement se produit. Si la procédure événementielle affecte la valeur true à cet argument, la modification n’est pas activée sur le classeur.
- Attributs