Question: For C# To raise an event, you code: 1. the name of the delegate along with its arguments 2. the name of the event handler
For C#
To raise an event, you code:
| 1. | the name of the delegate along with its arguments | |
| 2. | the name of the event handler | |
| 3. | the name of the event along with its arguments | |
| 4. | none of the above |
The declaration for an event specifies:
1. a delegate that will handle the event and the event's name
2. a class that will handle the event and the event's name
3. the object that will send the event and the event's arguments
4. the class that will send the event and the event's arguments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
