Question: When you place a button named okButton on a Form in the IDE and double - click it , what method header is generated automatically?
When you place a button named okButton on a Form in the IDE and doubleclick it what method header is generated automatically? Note that if you are using Visual Studio each method name will start with an uppercase letter.
a public void okButtonClick object sender EventArgs e
b private void okButtonClick object sender EventArgs e
c static void okButtonClick object sender EventArgs e
d private int okButtonClick object sender EventArgs e
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
