Table of Contents

Class WeakEventManager.ListenerList<TEventArgs>

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Provides a built-in collection list for storing listeners for a WeakEventManager.

protected class WeakEventManager.ListenerList<TEventArgs> : WeakEventManager.ListenerList where TEventArgs : EventArgs

Type Parameters

TEventArgs
Inheritance
WeakEventManager.ListenerList<TEventArgs>

Constructors

ListenerList()

Initializes a new instance of the WeakEventManager.ListenerList class.

ListenerList(int)

Initializes a new instance of the WeakEventManager.ListenerList class.

Methods

Clone()

Creates a modifiable clone of this WeakEventManager.ListenerList.

DeliverEvent(object, EventArgs, Type)

Delivers the event being managed to each listener in the WeakEventManager.ListenerList.