DesignSurface.ViewActivated 事件

定義

發生於已在 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 方法,事件處理程式應該啟動此設計介面的視窗。

適用於

另請參閱