IWeakSubscriber<THandler> Interface
Manages weak event subscriptions.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public interface IWeakSubscriber<THandler> :
IDisposable
Type Parameters
Name | Description |
---|---|
THandler | The type of the event handler associated with the weak subscription. |
See Also