WeakEventManager.ListenerList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.