Window.OnLocationChanged(EventArgs) Methode

Definition

Löst das LocationChanged-Ereignis aus.

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)

Parameter

e
EventArgs

Ein EventArgs, das die Ereignisdaten enthält.

Hinweise

Durch OnLocationChanged wird das LocationChanged-Ereignis ausgelöst.

Ein Typ, der von Window abgeleitet wird, kann überschreiben OnLocationChanged. Die überschriebene Methode muss für die Basisklasse aufrufen OnLocationChanged , wenn LocationChanged ausgelöst werden muss.

Gilt für:

Weitere Informationen