Multiple Choice
A(n) ____ provides a way for the clients of a class to dictate methods that should execute when an event occurs.
A) handler
B) event
C) delegate
D) trigger
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: The _ class static field named Empty
Q15: Keyboard events are also known as _.<br>A)
Q16: To declare your own event, you use
Q17: The _ event occurs when the mouse
Q18: _ occur when a user presses and
Q21: Mouse events can be handled for any
Q22: In C#, a(n) _ occurs when something
Q23: Depending on the event, the delegate used
Q24: _ is a Boolean property of a
Q38: Events must be declared as private.