What are C# events?
system actions that communicate directly with the compiler at runtime
actions that execute when the code compiles, generating logs and test output
user-only methods that send data to the application's back end Official documentation: Introduction to events
actions that generate notifications, which are sent to their registered listeners