Class WeakEventManager<T>.ListenerList
Inheritance
System.Object
WeakEventManager<T>.ListenerList
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
protected class ListenerList : Object
Constructors
ListenerList()
Declaration
public ListenerList()
ListenerList(Int32)
Declaration
public ListenerList(int capacity)
Parameters
System.
|
Properties
Count
Declaration
public int Count { get; }
Property Value
System.
|
Empty
Declaration
public static WeakEventManager<T>.ListenerList Empty { get; }
Property Value
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.
|
Item[Int32]
Declaration
public IWeakEventListener this[int index] { get; }
Parameters
System.
|
Property Value
Methods
Add(IWeakEventListener)
BeginUse()
Declaration
public bool BeginUse()
Returns
System.
|
Clone()
EndUse()
Declaration
public void EndUse()
PrepareForWriting(ref WeakEventManager<T>.ListenerList)
Declaration
public static bool PrepareForWriting(ref WeakEventManager<T>.ListenerList list)
Parameters
Returns
System.
|
Purge()
Declaration
public bool Purge()
Returns
System.
|