ApplicationEvents4_ProtectedViewWindowActivateEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um tipo delegado usado para adicionar um manipulador de eventos para o ProtectedViewWindowActivate evento. O evento ProtectedViewWindowActivate ocorre quando qualquer janela de exibição protegida é ativada.
public delegate void ApplicationEvents4_ProtectedViewWindowActivateEventHandler(ProtectedViewWindow ^ PvWindow);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_ProtectedViewWindowActivateEventHandler(ProtectedViewWindow PvWindow);
type ApplicationEvents4_ProtectedViewWindowActivateEventHandler = delegate of ProtectedViewWindow -> unit
Public Delegate Sub ApplicationEvents4_ProtectedViewWindowActivateEventHandler(PvWindow As ProtectedViewWindow)
Parâmetros
- PvWindow
- ProtectedViewWindow
A janela de modo de exibição protegido que é ativada.
- Atributos