.NET & C# ยท C#
What are delegates and events in C#?
Delegates are type-safe references to methods. Events build on delegates to provide controlled publish-subscribe notifications.
Delegates are type-safe references to methods. Events build on delegates to provide controlled publish-subscribe notifications.