Search

In C#

Implementing C# Events

Jan 7, 2021

C#'s event features are an elegant wrapper around the delegate type, making it incredibly simple to create custom events, and consume existing events.