ApplicationEvents4_ProtectedViewWindowSizeEventHandler 委托

定义

用于为事件添加事件处理程序的ProtectedViewWindowSize委托类型。 每次移动受保护的视图窗口或调整其大小时,都会发生 ProtectedViewWindowSize 事件。

public delegate void ApplicationEvents4_ProtectedViewWindowSizeEventHandler(ProtectedViewWindow ^ PvWindow);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_ProtectedViewWindowSizeEventHandler(ProtectedViewWindow PvWindow);
type ApplicationEvents4_ProtectedViewWindowSizeEventHandler = delegate of ProtectedViewWindow -> unit
Public Delegate Sub ApplicationEvents4_ProtectedViewWindowSizeEventHandler(PvWindow As ProtectedViewWindow)

参数

PvWindow
ProtectedViewWindow

已调整大小的受保护的视图窗口。

属性

适用于