WeakEvent(Int32) Constructor
Initializes a new instance of the WeakEvent<TEventHandler, TEventArgs> class with specified settings.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public WeakEvent(
int capacity
)
Parameters
Name | Type | Description |
---|---|---|
capacity | Int32 | The number of entries that the |
See Also