Window.OnLocationChanged(EventArgs) Método

Definição

Eleva o LocationChanged evento.

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)

Parâmetros

e
EventArgs

E EventArgs que contém os dados do evento.

Observações

OnLocationChanged eleva o LocationChanged evento.

Um tipo que deriva de Window pode sobrepor-se OnLocationChangeda . O método sobreposto deve invocar OnLocationChanged a classe base se LocationChanged precisar de ser elevado.

Aplica-se a

Ver também