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


ApplicationEvents4_ProtectedViewWindowOpenEventHandler Делегат

Определение

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

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)

Параметры

PvWindow
ProtectedViewWindow

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

Атрибуты

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