Vidyalelo
C# Programming · Q23

Delegates and Events in C Sharp

Programming · C# Programming · question 23

Q23

What is the purpose of the Remove method associated with events in C#?

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

Answer: Option D

Solution

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