[Proposal] DelegateWeakEventManager #92
Labels
champion
A member of the .NET MAUI Toolkit core team has chosen to champion this feature
in discussion
proposal
A fully fleshed out proposal describing a new feature in syntactic and semantic detail
DelegateWeakEventManager
Summary
An event Delegate implementation that enables the garbage collector to collect an object without needing to unsubscribe event handlers.
Inspired by Xamarin.Forms.WeakEventManager, expanding the functionality of Xamarin.Forms.WeakEventManager to support Delegate events
Detailed Design
DelegateWeakEventManager.shared.cs
EventManagerService.shared.cs
Usage Syntax
XAML Usage
N/A
C# Usage
Unresolved Questions
Could this be promoted to .NET MAUI?
The text was updated successfully, but these errors were encountered: