What is the difference between delegate and event?
Tuesday, May 20th, 2008An event offers more restricted access than a delegate. When an event is public, other classes are only able to add or remove handlers for that event: such classes cannot—necessarily—fire the event, locate all the handlers for it, or remove handlers of which they are unaware.
Posted by Mahesh ( Tryangled )