PropertyChangedEventManager::StopListening Method (Object^)

 

Stops listening for the PropertyChanged event on the provided source.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

protected:
virtual void StopListening(
	Object^ source
) override

Parameters

source
Type: System::Object^

The source object on which to stop listening for PropertyChanged.

.NET Framework
Available since 3.0
Return to top
Show: