0
kicks
Event Handler Memory Leaks, Unwiring Events, and the WeakEventManager
Many developers don't realize that a common source of memory leaks in .NET applications is the event handler. WPF 4.5 includes built-in support for weak events to help us do the right thing and not eat up all the available memory.