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