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

已打开的受保护的视图窗口。

属性

适用于