In Windows Forms, if you change the method name (for example, button1_Click) to something else, it doesn\'t work any more.
button1_Click
I find this strange because i
You can of course change the name of your event. It just sounds like you don't know about the designer file :)
The designer file is just the result of your UI design, and if you don't update the name of your event in the UI it does not compile :)