Window.OnLocationChanged(EventArgs) Metodo

Definizione

Genera l'evento 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)

Parametri

e
EventArgs

Oggetto EventArgs che contiene i dati dell'evento.

Commenti

OnLocationChanged genera l'evento LocationChanged.

Un tipo che deriva da Window può eseguire l'override OnLocationChangeddi . Il metodo sottoposto a override deve chiamare OnLocationChanged sulla classe base se LocationChanged deve essere generato.

Si applica a

Vedi anche