Compartilhar via


ApplicationEvents4_ProtectedViewWindowOpenEventHandler Delegar

Definição

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

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)

Parâmetros

PvWindow
ProtectedViewWindow

A janela de modo de exibição protegido que é aberta.

Atributos

Aplica-se a