ApplicationEvents4_ProtectedViewWindowSizeEventHandler Delegar

Definição

Um tipo delegado usado para adicionar um manipulador de eventos para o ProtectedViewWindowSize evento. O evento ProtectedViewWindowSize ocorre sempre que uma janela de exibição protegida é movida ou redimensionada.

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

Parâmetros

PvWindow
ProtectedViewWindow

A janela de modo de exibição protegido é dimensionada.

Atributos

Aplica-se a