WeakEventManager.ListenerList<TEventArgs> Class
.NET Framework 4.5
Provides a type-safe collection list for storing listeners for a WeakEventManager. This class defines a type parameter for the event data that is used.
System.Object
System.Windows.WeakEventManager.ListenerList
System.Windows.WeakEventManager.ListenerList<TEventArgs>
System.Windows.WeakEventManager.ListenerList
System.Windows.WeakEventManager.ListenerList<TEventArgs>
Namespace: System.Windows
Assembly: WindowsBase (in WindowsBase.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
The WeakEventManager.ListenerList<TEventArgs> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WeakEventManager.ListenerList<TEventArgs>() | Initializes a new instance of the WeakEventManager.ListenerList<TEventArgs> class. |
![]() | WeakEventManager.ListenerList<TEventArgs>(Int32) | Initializes a new instance of the WeakEventManager.ListenerList<TEventArgs> class with the specified initial capacity. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items contained in the WeakEventManager.ListenerList. (Inherited from WeakEventManager.ListenerList.) |
![]() | IsEmpty | Gets a value that declares whether this WeakEventManager.ListenerList is empty. (Inherited from WeakEventManager.ListenerList.) |
![]() | Item | Gets or sets a specific listener item in the WeakEventManager.ListenerList . (Inherited from WeakEventManager.ListenerList.) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a IWeakEventListener object to the WeakEventManager.ListenerList. (Inherited from WeakEventManager.ListenerList.) |
![]() | AddHandler | Adds an event handler to the WeakEventManager.ListenerList. (Inherited from WeakEventManager.ListenerList.) |
![]() | BeginUse | Declares the list to be in use. This prevents direct changes to the list during iterations of the list items. (Inherited from WeakEventManager.ListenerList.) |
![]() | Clone | Creates a modifiable clone of this WeakEventManager.ListenerList, making deep copies of the values. (Overrides WeakEventManager.ListenerList.Clone().) |
![]() | CopyTo | Copies the current WeakEventManager.ListenerList to the specified WeakEventManager.ListenerList (Inherited from WeakEventManager.ListenerList.) |
![]() | DeliverEvent | Delivers the event being managed to each listener in the WeakEventManager.ListenerList<TEventArgs>. (Overrides WeakEventManager.ListenerList.DeliverEvent(Object, EventArgs, Type).) |
![]() | EndUse | Unlocks the locked state initiated by BeginUse. (Inherited from WeakEventManager.ListenerList.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Purge | Removes all entries from the list where the underlying reference target is a null reference. (Inherited from WeakEventManager.ListenerList.) |
![]() | Remove | Removes the first occurrence of a listener item from the WeakEventManager.ListenerList. (Inherited from WeakEventManager.ListenerList.) |
![]() | RemoveHandler | Removes an event handler from the WeakEventManager.ListenerList. (Inherited from WeakEventManager.ListenerList.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
