PropertyChangedEventManager::StartListening Method (Object^)
.NET Framework (current version)
Begins listening for the PropertyChanged event on the provided source.
Assembly: WindowsBase (in WindowsBase.dll)
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
Available since 3.0
Show: