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, który pochodzi z Window , może zastąpić OnLocationChanged. W razie LocationChanged potrzeby należy wywołać OnLocationChanged metodę przesłoniętą w klasie bazowej.

Dotyczy

Zobacz też