Kizspy | Question: 28
(Choose 1 answer)
Choose the correct statement related to events in C#.
A. An event is a user-generated or system-generated action
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. The events allow an object (source of the event) be able to notify other objects (subscribers) when the event was destroyed OM
D. None of the others