Multiple Choice
The ____ event occurs when the mouse cursor leaves the Control 's boundaries.
A) MouseClick
B) MouseEnter
C) MouseHover
D) MouseLeave
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Programmers say that a button click _
Q13: Given the delegate declaration: delegate void
Q14: The _ class static field named Empty
Q15: Keyboard events are also known as _.<br>A)
Q16: To declare your own event, you use
Q18: _ occur when a user presses and
Q19: A(n) _ provides a way for the
Q21: Mouse events can be handled for any
Q22: In C#, a(n) _ occurs when something
Q38: Events must be declared as private.