Multiple Choice
Mouse events can be handled for any control through an object of what class?
A) MouseEvent
B) MouseEventArgs
C) MousePressEventArgs
D) MousePressArgs
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: A C# delegate is similar to what
Q11: The C# language requires that every event
Q12: When you define your own event-handler delegate,
Q13: What event occurs when the user clicks
Q14: What is the relationship between an event
Q16: What event occurs when a mouse button
Q17: For static methods, what does a delegate
Q18: What expression describes the act of calling
Q19: What Boolean property of a Control identifies
Q20: What is used to declare your own