AppEvents_ProtectedViewWindowBeforeEditEventHandler Délégué

Définition

Type Delegate utilisé pour ajouter un handler d’événement pour ProtectedViewWindowBeforeEdit l’événement. L’événement ProtectedViewWindowBeforeEdit se produit immédiatement avant que la modification soit activée sur le workbook dans la fenêtre en affichage 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énement elle-même définit cet argument sur true,la modification n’est pas activée sur le workbook.

Attributs

S’applique à