Events and Delegates Questions

1. What's a delegate?
A delegate object encapsulates a reference to a method.

2. What's a multicast delegate?
A delegate that has multiple handlers assigned to it.
Each assigned handler (method) is called.

No comments: