Where to unsubscribe events in a WinForms UserControl
Posted
by Svish
on Stack Overflow
See other posts from Stack Overflow
or by Svish
Published on 2009-09-01T12:31:15Z
Indexed on
2010/04/01
14:13 UTC
Read the original article
Hit count: 559
Where would you unsubscribe events in a UserControl? I subscribe to it in the Load event, like I have done in forms. And in forms I would usually unsubscribe in the Closing event, but I can't find anything similar in the UserControl...
© Stack Overflow or respective owner