Window.OnLocationChanged(EventArgs) Método

Definição

Aciona o 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)

Parâmetros

e
EventArgs

Um EventArgs que contém os dados do evento.

Comentários

OnLocationChanged raises the LocationChanged .

Um tipo que deriva de Window pode substituir OnLocationChanged. O método substituído deve chamar OnLocationChanged na classe base se LocationChanged precisar ser gerado.

Aplica-se a

Confira também