Vidyalelo
C# Programming · Q20

Delegates and Events in C Sharp

Programming · C# Programming · question 20

Q20

What does the += operator do when used with events in C#?

A.
Removes an event handler from the event
B.
Subscribes to the event
C.
Adds an event handler to the event
Answer
D.
Invokes the event

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board