_ApplicationEvents_WindowDeactivateEventHandler 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.
Réservé à une utilisation interne.
public delegate void _ApplicationEvents_WindowDeactivateEventHandler(_XDocument ^ pDocument, Window ^ pWindow);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _ApplicationEvents_WindowDeactivateEventHandler(_XDocument pDocument, Window pWindow);
type _ApplicationEvents_WindowDeactivateEventHandler = delegate of _XDocument * Window -> unit
Public Delegate Sub _ApplicationEvents_WindowDeactivateEventHandler(pDocument As _XDocument, pWindow As Window)
Paramètres
- pDocument
- _XDocument
- pWindow
- Window
- Attributs