What is the difference between delegate and event?

An 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 )

Leave a Reply

You must be logged in to post a comment.