I was trying hard to understand events & Delegates in C#. I Dont know y it is so difficult to understand this. Please have a look at the code here.
Please explain me what exactly happens in this
theClass3.myEvent += new EventPublisher.EventDelegate(this_onprogress);
please re write the above code without "+=" so that i can visualize what exactly happens there.
Thanks.

New Topic/Question
Reply



MultiQuote




|