WeakEventManager.ListenerList Constructors

Definition

Initializes a new instance of the WeakEventManager.ListenerList class.

Overloads

WeakEventManager.ListenerList()

Initializes a new instance of the WeakEventManager.ListenerList class.

WeakEventManager.ListenerList(Int32)

Initializes a new instance of the WeakEventManager.ListenerList class with the specified initial capacity.

WeakEventManager.ListenerList()

Initializes a new instance of the WeakEventManager.ListenerList class.

public:
 ListenerList();
public ListenerList ();
Public Sub New ()

Applies to

WeakEventManager.ListenerList(Int32)

Initializes a new instance of the WeakEventManager.ListenerList class with the specified initial capacity.

public:
 ListenerList(int capacity);
public ListenerList (int capacity);
new System.Windows.WeakEventManager.ListenerList : int -> System.Windows.WeakEventManager.ListenerList
Public Sub New (capacity As Integer)

Parameters

capacity
Int32

The number of items that should be allocated in the initial list.

Applies to