(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. 2 is True
B. 1 and 2 are True
C. 1 is True
D. 1 and 2 are False
R
27/50-CAP
Q: 29