WeakSubscriber Class
In This Article
Allows you to create an event handler that prevents memory leaks caused by strong references between event publishers and subscribers.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public static class WeakSubscriber
#Inheritance
System.Object
WeakSubscriber
See Also