How can i pass an object as a parameter with an event?
I have a click event where i want to pass a progress bar through? how would i do that!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Sep 6, 2013, 11:16 AM
Button.Click += (sender, e) => MyFunction(myobject, sender, e);