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。 如果需要OnLocationChanged引发基类,重写的方法必须调用LocationChanged。