I am using c# express edition to develop a windows app. I have added some controls to my form. I have changed the text for both the name and the text value forthe controls in the properties window.
I don't understand why the name of the click event doesn't change when I change the values forthe text and the name for these controls. I thought that this was something that would be done automatically.
Is this something that can only be done manually? Is there a setting in VS that will make this happen when I change the values for either the text or the name of the button?
-thanks