(Choose 1 answer)
Choose the correct statement related to events in C#.
A. The events allow an object (source of the event) be able to notify other objects (subscribers) when the event was destroyed
B. An event is a notification sent by an object to signal the occurrence of an action. Events in .NET follow the singleton design pattern
C. An event is a user-generated or system-generated action
D. None of the others