Click here to Skip to main content
15,895,192 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
What is the default event raised for button?


private void button1_Click(object sender, EventArgs e)
{

}

the above line of code what is Obser Sendert and EventArgs e
Posted

1 solution

Read this,[^] it gives you an overview of event handlers and what the parameters mean.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900