G
Guest
Hi all,
When you click a control, OnClick is called which in turn calls the Click
event. OnClick takes as an argument an object of type EventArgs which it
then passes to Click. However, the default behavior is that the EventArgs
that is sent is an empty one. I want to pass in some values in my EventArgs
when the user clicks my control. How do I do this?
Thanks,
Nima
When you click a control, OnClick is called which in turn calls the Click
event. OnClick takes as an argument an object of type EventArgs which it
then passes to Click. However, the default behavior is that the EventArgs
that is sent is an empty one. I want to pass in some values in my EventArgs
when the user clicks my control. How do I do this?
Thanks,
Nima