hi
can anybody give some example of Delegates and events?
hi
can anybody give some example of Delegates and events?
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.
surendra kumarPosted Sep 20, 2007, 12:08 AM
{
return a + b;}
private void calldel(){
//here we point add mathed like an event
sur s = new sur(add);
MessageBox.Show(s.Invoke(5, 6).ToString());
}
Jan MontanoPosted Aug 23, 2007, 8:40 AM