Ordinarily, when designing a page (winform), I'm all for double-clicking the object, and having an event method created.
Now, I'd like to know how to STOP these methods from being automatically generated, because they are getting generated, when I single CLICK on an object for editing purposes!!!
Then, I have to:
go into the source code and delete the method
go into the designer code and delete the event creation code
back into the designer view, wait a few seconds for whatever it's doing
This is a hair-pulling experience! Help!