WeakEventManager.ListenerList<TEventArgs> Class
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.
Assembly: WindowsBase (in WindowsBase.dll)
System.Windows.WeakEventManager.ListenerList
System.Windows.WeakEventManager.ListenerList<TEventArgs>
| 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[Int32] | Gets or sets a specific listener item in the WeakEventManager.ListenerList .(Inherited from WeakEventManager.ListenerList.) |
| Name | Description | |
|---|---|---|
![]() | Add(IWeakEventListener) | Adds a IWeakEventListener object to the WeakEventManager.ListenerList.(Inherited from WeakEventManager.ListenerList.) |
![]() | AddHandler(Delegate) | 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(WeakEventManager.ListenerList) | Copies the current WeakEventManager.ListenerList to the specified WeakEventManager.ListenerList(Inherited from WeakEventManager.ListenerList.) |
![]() | DeliverEvent(Object, EventArgs, Type) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Purge() | Removes all entries from the list where the underlying reference target is a null reference.(Inherited from WeakEventManager.ListenerList.) |
![]() | Remove(IWeakEventListener) | Removes the first occurrence of a listener item from the WeakEventManager.ListenerList. (Inherited from WeakEventManager.ListenerList.) |
![]() | RemoveHandler(Delegate) | Removes an event handler from the WeakEventManager.ListenerList.(Inherited from WeakEventManager.ListenerList.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


