PropertyChangedEventManager::StartListening Method (Object^)

 

Begins listening for the PropertyChanged event on the provided source.

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

protected:
virtual void StartListening(
	Object^ source
) override

Parameters

source
Type: System::Object^

The object on which to start listening for PropertyChanged.

This does not specify a property; once the event manager is started, all properties on the source will have PropertyChanged notification enabled.

.NET Framework
Available since 3.0
Return to top
Show: