CurrentChangedEventManager::StopListening Method (Object^)

 

Stops listening for the CurrentChanged event on the specified source.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

protected:
virtual void StopListening(
	Object^ source
) override

Parameters

source
Type: System::Object^

The object with the event.

.NET Framework
Available since 3.0
Return to top
Show: