CurrentChangedEventManager::RemoveListener Method (ICollectionView^, IWeakEventListener^)
.NET Framework (current version)
Removes the specified listener from the CurrentChanged event of the specified source.
Assembly: WindowsBase (in WindowsBase.dll)
public: static void RemoveListener( ICollectionView^ source, IWeakEventListener^ listener )
Parameters
- source
-
Type:
System.ComponentModel::ICollectionView^
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: