Overview of C# Mechanism
- Last UpdatedApr 28, 2022
- 1 minute read
The generalised mechanism in C# is as follows:
-
There is a delegate to define the event signature.
-
There is a method to add a delegate to the list of event handlers to be called.