This documentation is archived and is not being maintained.
CurrentChangedEventManager Class
Visual Studio 2008
Provides a WeakEventManager implementation so that you can use the "weak event listener" pattern to attach listeners for the CurrentChanged event.
Assembly: WindowsBase (in WindowsBase.dll)
In order to be listeners in this pattern, your listener objects must implement IWeakEventListener. You do not need to implement IWeakEventListener on the class that is the source of the events.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.WeakEventManager
System.ComponentModel.CurrentChangedEventManager
System.Windows.Threading.DispatcherObject
System.Windows.WeakEventManager
System.ComponentModel.CurrentChangedEventManager
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: