I was caught out by this recently in some code that I was modifying.
C# events have the ability to add event handlers that are triggered when an event handler is attached to an event.
This allows the class to react to external interest. These are not frequently used and can be a little obscure.