Question: What are C# events?

  1. system actions that communicate directly with the compiler at runtime
  2. actions that execute when the code compiles, generating logs and test output
  3. actions that generate notifications, which are sent to their registered listeners
  4. user-only methods that send data to the application's back end

Answer: The correct answer of the above question is Option C:actions that generate notifications, which are sent to their registered listeners