WPF 4.5 – Part 2 : Improved WeakEventManager

added by jmix90
9/21/2011 8:58:13 AM

516 Views

Memory leaks were, are and always will be a concern in an application. One of it’s classical origin is unsubscribed events handler. The weak event pattern is here to the rescue but it is quite fastidious to implement. In this post we’ll see how the WPF teams ease up our life when using the WeakEventManager class.


0 comments