Vidyalelo
C# Programming · Q27

Delegates and Events in C Sharp

Programming · C# Programming · question 27

Q27

What is the purpose of the EventInfo.GetAddMethod method in C#?

A.
Checks if an event handler exists for a given event
B.
Invokes the event handler method
C.
Retrieves the method used to add event handlers
Answer
D.
Retrieves the method used to remove event handlers

Answer: Option C

Solution

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