AppEvents_ProtectedViewWindowResizeEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于为事件添加事件处理程序的ProtectedViewWindowResize委托类型。 当调整任何受保护的视图窗口的大小时,将发生 ProtectedViewWindowResize 事件。
public delegate void AppEvents_ProtectedViewWindowResizeEventHandler(ProtectedViewWindow ^ Pvw);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_ProtectedViewWindowResizeEventHandler(ProtectedViewWindow Pvw);
Public Delegate Sub AppEvents_ProtectedViewWindowResizeEventHandler(Pvw As ProtectedViewWindow)
参数
一个代表调整过大小的“受保护的视图”窗口的对象。
- 属性