Multiple Choice
Mouse events can be handled for any Control through an object of the class ____.
A) EventArgs
B) MouseEventArgs
C) MousePressEventArgs
D) MousePressArgs
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: To declare your own event, you use
Q17: The _ event occurs when the mouse
Q18: _ occur when a user presses and
Q19: A(n) _ provides a way for the
Q22: In C#, a(n) _ occurs when something
Q23: Depending on the event, the delegate used
Q24: _ is a Boolean property of a
Q26: When a Form contains multiple Controls, you
Q26: When you double-click the Button on the
Q38: Events must be declared as private.