Window.OnLocationChanged(EventArgs) Метод
Определение
Вызывает событие LocationChanged.Raises the LocationChanged event.
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.OnLocationChanged raises the LocationChanged event.
Тип, производный от Window , может переопределить. OnLocationChangedA type that derives from Window may override OnLocationChanged. OnLocationChanged ПриLocationChanged необходимости переопределенный метод должен вызывать в базовом классе.The overridden method must call OnLocationChanged on the base class if LocationChanged needs to be raised.