You have an event handler called MyEvent and you want to link the click event of control, MyButton, to use MyEvent, what is the code that will like them together?

Questions by oclaros1   answers by oclaros1

Showing Answers 1 - 3 of 3 Answers

Gupta

  • Jul 15th, 2006
 

control.Click += new EventHandler(MyEvent)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions