Delegate is like function pointer in Win32 and event is related declaration
of the field in the class, which can keep function pointer and allows to
invoke it when required. Basically this pair is required to strong-type
pointer fields and related calls.
HTH
Alex
dotnet said:
Can someone explain the differences between events and delegates. Thank