What are C# events?
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
actions that execute when the code compiles, generating logs and test output
system actions that communicate directly with the compiler at runtime