Поделиться через


ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler Делегат

Определение

Тип делегата , используемый для добавления обработчика ProtectedViewWindowDeactivate событий для события. Событие ProtectedViewWindowDeactivate возникает при отключении окна защищенного представления.

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)

Параметры

PvWindow
ProtectedViewWindow

Окно деактивированного защищенного представления.

Атрибуты

Применяется к