CollectionChangedEventManager.RemoveListener Method (INotifyCollectionChanged, IWeakEventListener)
.NET Framework (current version)
Removes the specified listener from the CollectionChanged event of the specified source.
Assembly: WindowsBase (in WindowsBase.dll)
public static void RemoveListener( INotifyCollectionChanged source, IWeakEventListener listener )
Parameters
- source
-
Type:
System.Collections.Specialized.INotifyCollectionChanged
The object with the event.
- listener
-
Type:
System.Windows.IWeakEventListener
The listener to remove.
.NET Framework
Available since 3.0
Available since 3.0
Show: