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

已停用的受保护的视图窗。口。

属性

适用于