WeakEventManager.ListenerList.Remove Method
Removes the first occurrence of a listener item from the WeakEventManager.ListenerList.
Namespace: System.Windows
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- listener
- Type: System.Windows.IWeakEventListener
The item to remove.
You should always call PrepareForWriting before changing the list contents. Otherwise, the list may be in process of delivering events and therefore the original is locked. Calling PrepareForWriting changes the input list to be a clone so that your Remove call can still work on the clone. If PrepareForWriting returns true, you might need to update any private references to the list that you maintain in other areas of your code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.