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