what is the difference between delegate and events?
c#
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.
VulpesPosted Oct 25, 2014, 8:42 AM
This ensures that subscribers to the event don't know anything about and can't interfere with other subscribers.
Events also support custom accessors using the add and remove keywords though they are seldom used in practice.
Ankur JainPosted Oct 25, 2014, 7:30 AM
you may consider following links...please mark it as answer if its useful....
http://csharpindepth.com/Articles/Chapter2/Events.aspx
http://www.codeproject.com/Articles/4773/Events-and-Delegates-simplified