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