Delegate

Difference Between Delegates and Events in C
The delegates can refer to a method, and it is quite similar to the function pointer in C++. Events notify that some action has been performed. The ba...