If you write an application without renaming the buttons and textboxes. And you would like to rename them when you are finished with it. VS doesn't rename the (button1_click).

Eg. If you pull off a button leave the name default, and add some action to that button. But you later decide to rename it, it does rename it but it doesn't rename button1_click in form1.cs. And if i try to change it manually i get an error when compiling.

Is there a way to get that renamed?

Thanks