Kizspy | Question: 26
(Choose 1 answer)
The ways to identify an event are:
1. First, define a delegate that contains the methods to be called when the event is fired. Next, declare the events
(using the C# event keyword) in terms of the related delegate.
2. First, declare the events (using the C# event keyword) in terms of the related delegate. Next, define a delegate that contains the methods to be called when the event is fired.
A. 1 is True
B. 2 is True
C. 1 and 2 are True
D. 1 and 2 are False