ErrorsChangedEventManager::StopListening Method (Object^)

.NET Framework (current version)
 

Stops listening for the ErrorsChanged 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 source object that raises the ErrorsChanged event.

.NET Framework
Available since 4.5
Return to top
Show: