Solved

In Order for Event Handlers to Be Called Using Delegates

Question 32

Multiple Choice

In order for event handlers to be called using delegates, the delegate must ____.


A) be declared with a return type of void
B) include at least two parameter arguments representing the event and object
C) be instantiated in the application as a delegate
D) maintain a list of the registered event handlers for the event

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions