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