CurrentChangingEventManager::RemoveListener Method (ICollectionView^, IWeakEventListener^)

 

Removes the specified listener from the CurrentChanging event of the specified source.

Namespace:   System.ComponentModel
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
Return to top
Show: