Chap 4 exercise 4
Hi Stephen, I noticed in lesson 4, exercise 4 that the checkboxes are named breakfastCheckBox and etc. but the name of the events are named chkBreakfast_CheckedChanged(...). I am a VBA programmer learning C# and was just curious to why and how you have two different names between the name of the control and the connected event.
|