Window.OnActivated(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 Activated 事件。
protected:
virtual void OnActivated(EventArgs ^ e);
protected virtual void OnActivated (EventArgs e);
abstract member OnActivated : EventArgs -> unit
override this.OnActivated : EventArgs -> unit
Protected Overridable Sub OnActivated (e As EventArgs)
參數
備註
OnActivated 會引發 Activated 事件。
衍生自 Window 的類型可能會覆寫 OnActivated 。 如果需要 Activated 引發,覆寫的方法必須在基類上呼叫 OnActivated 。