ApplicationEvents4_ProtectedViewWindowOpenEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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