ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler Délégué

Définition

Type De délégué utilisé pour ajouter un gestionnaire d’événements pour l’événement ProtectedViewWindowDeactivate . L’événement ProtectedViewWindowDeactivate se produit lorsqu’une fenêtre d’affichage protégé est désactivée.

public delegate void ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler(ProtectedViewWindow ^ PvWindow);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler(ProtectedViewWindow PvWindow);
type ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler = delegate of ProtectedViewWindow -> unit
Public Delegate Sub ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler(PvWindow As ProtectedViewWindow)

Paramètres

PvWindow
ProtectedViewWindow

Fenêtre en mode protégé désactivée.

Attributs

S’applique à