AppEvents_ProtectedViewWindowBeforeEditEventHandler Délégué

Définition

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

Pvw
ProtectedViewWindow

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

S’applique à