C# Delegates and Events—Conclusion


Jump to: navigation, search
CSharp-Online.NET:Articles
C# Articles

C# Delegates and Events

edit

Conclusion

Delegates are used to create a reference to a method of another class. But, they are safer and far more versatile than C++ function pointers. Delegates are type-safe wrappers for methods. They are secure and verifiable. There are many applications for delegates. In this article, we demonstrated multicast delegates, threads, anonymous methods, events, and Win32 callbacks.


Previous_Page_.gif Next_Page_.gif


Personal tools