DesignSurface.ViewActivated 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 Activate() 上已调用 IDesignerHost 方法时发生。
public:
event EventHandler ^ ViewActivated;
public event EventHandler ViewActivated;
public event EventHandler? ViewActivated;
member this.ViewActivated : EventHandler
Public Custom Event ViewActivated As EventHandler
Public Event ViewActivated As EventHandler
事件类型
注解
如果要支持 Activate 方法,事件处理程序应激活此设计图面的窗口。