Delegates are a type that defnes a method signature and can contain a reference to a method.
An event can be used to provide notifcations. You can subscribe to an event if you are interested in those notifcations. You can also create your own events and raise them to provide notifcations when something interesting happens
Delegates are a type that defnes a method signature and can contain a reference to a method.
© 2017 QuizBucket.org