ApplicationEvents4_ProtectedViewWindowOpenEventHandler Délégué

Définition

Type De délégué utilisé pour ajouter un gestionnaire d’événements pour l’événement ProtectedViewWindowOpen . L’événement ProtectedViewWindowOpen se produit lorsqu’une fenêtre en mode protégé est ouverte.

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

Paramètres

PvWindow
ProtectedViewWindow

Fenêtre en mode protégé qui est ouverte.

Attributs

S’applique à