Compartilhar via


ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler Delegar

Definição

Um tipo delegado usado para adicionar um manipulador de eventos para o ProtectedViewWindowDeactivate evento. O evento ProtectedViewWindowDeactivate ocorre quando uma janela de exibição protegida é desativada.

public delegate void ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler(ProtectedViewWindow ^ PvWindow);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler(ProtectedViewWindow PvWindow);
type ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler = delegate of ProtectedViewWindow -> unit
Public Delegate Sub ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler(PvWindow As ProtectedViewWindow)

Parâmetros

PvWindow
ProtectedViewWindow

A janela de modo de exibição protegido desativada.

Atributos

Aplica-se a