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