AppEvents_ProtectedViewWindowDeactivateEventHandler 委托

定义

用于为事件添加事件处理程序的ProtectedViewWindowDeactivate委托类型。 停用受保护的视图窗口时发生 ProtectedViewWindowDeactivate 事件。

public delegate void AppEvents_ProtectedViewWindowDeactivateEventHandler(ProtectedViewWindow ^ Pvw);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_ProtectedViewWindowDeactivateEventHandler(ProtectedViewWindow Pvw);
Public Delegate Sub AppEvents_ProtectedViewWindowDeactivateEventHandler(Pvw As ProtectedViewWindow)

参数

Pvw
ProtectedViewWindow

一个代表已停用的“受保护的视图”窗口的对象。

属性

适用于