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:

Verified
Correct Answer:
Verified
Q27: To retrieve multiple selections from a ListBox
Q28: The default event-handler method for CheckBox objects
Q29: The delegate signature indicates what the method
Q30: Delegate declarations resembles _ declarations.<br>A) method<br>B) variable<br>C)
Q31: The default event-handler method for the ComboBox
Q33: What is the name of the default
Q34: SelectedItems and _ properties can be used
Q35: ComboBox objects save space on a form
Q36: The Form object also has a BackgroundImage
Q37: When you define a delegate type, you