Window.OnLocationChanged(EventArgs) 方法

定义

引发 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)

参数

e
EventArgs

包含事件数据的 EventArgs

注解

OnLocationChanged 引发 LocationChanged 事件。

派生自 Window 的类型可能会替代 OnLocationChanged。 如果需要LocationChanged引发,重写的方法必须在基类上调用 OnLocationChanged

适用于

另请参阅