Window.OnLocationChanged(EventArgs) Méthode

Définition

Déclenche l’événement 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)

Paramètres

e
EventArgs

EventArgs qui contient les données d’événement.

Remarques

OnLocationChanged déclenche l'événement LocationChanged.

Un type qui dérive de Window peut remplacer OnLocationChanged. La méthode substituée doit appeler OnLocationChanged sur la classe de base si LocationChanged doit être déclenché.

S’applique à

Voir aussi