Window.OnLocationChanged(EventArgs) Metoda

Definicja

LocationChanged Zgłasza zdarzenie.

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)

Parametry

e
EventArgs

Element EventArgs zawierający dane zdarzenia.

Uwagi

OnLocationChangedLocationChanged zgłasza zdarzenie.

Typ pochodzący z Window klasy może zastąpić OnLocationChangedwartość . Metoda przesłonięć musi wywołać OnLocationChanged klasę bazową, jeśli LocationChanged trzeba je wywołać.

Dotyczy

Zobacz też