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

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

Remarques

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

Un type dérivé de Window peut remplacer OnLocationChanged. La méthode substituée doit appeler OnLocationChanged la classe de base si LocationChanged elle doit être levée.

S’applique à

Voir aussi