I find two ways to create an event handler for a form or form control; it can be static method, or you can create extension for the form and add event handler as a local method inside the extension class; when to use each one of the mentioned approach and which one is the recommended
*This post is locked for comments