Share via


PropertyChangedEventManager.StopListening(Object) Méthode

Définition

Arrête d'écouter l'événement PropertyChanged sur la source fournie.

protected:
 override void StopListening(System::Object ^ source);
protected override void StopListening (object source);
override this.StopListening : obj -> unit
Protected Overrides Sub StopListening (source As Object)

Paramètres

source
Object

Objet source sur lequel arrêter l'écoute pour PropertyChanged.

S’applique à

Voir aussi