PropertyChangedEventManager.StopListening(Object) Method

Definition

Stops listening for the PropertyChanged event on the provided source.

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)

Parameters

source
Object

The source object on which to stop listening for PropertyChanged.

Applies to

See also