PropertyChangedEventManager::Purge Method (Object^, Object^, Boolean)
.NET Framework (current version)
Removes listeners that are no longer active from the data for the provided source.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- source
-
Type:
System::Object^
Source object to remove all listeners from.
- data
-
Type:
System::Object^
The data to purge. This is expected to be a HybridDictionary.
- purgeAll
-
Type:
System::Boolean
Set to true to stop listening and to completely remove all data.
.NET Framework
Available since 3.0
Available since 3.0
Show: