ApplicationEvents4_ProtectedViewWindowOpenEventHandler Délégué

Définition

Type délégué utilisé pour ajouter un gestionnaire d’événements pour l' ProtectedViewWindowOpen événement. L’événement ProtectedViewWindowOpen se produit lors de l’ouverture d’une fenêtre en mode protégé.

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 à