Thiru LogsAll FAQs
.NET & C# ยท C#

What are delegates and events in C#?

BeginnerUpdated 2026-08-08

Delegates are type-safe references to methods. Events build on delegates to provide controlled publish-subscribe notifications.

#csharp#delegates and events