Why the name of control is not updated in their event handlers
Say a button control is drag/drop on a windows form, it's default name is :button1
Now i create event button1_click
Suppose change the name of button1 to butt but name of event does not get changed to buu_click. Why?