GIAC
GSSP-NET · Question #313
GSSP-NET Question #313: Real Exam Question with Answer & Explanation
The correct answer is C. MouseHover D. MouseEnter F. MouseLeave. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. You develop a Windows application named MyApp1. MyApp1 contains a Windows form named MyWinForm1. The form uses several controls such as Button, TextBox, and Label. You want mouse click events to be raised in the form. You want to use the mouse events that pass an instance of EventArgs in the signature of the event handler of a Button control. Which of the following events will you use in the application to accomplish the task? Each correct answer represents a complete solution. Choose three.
Options
- AMouseMove
- BMouseDown
- CMouseHover
- DMouseEnter
- EMouseUp
- FMouseLeave
Community Discussion
No community discussion yet for this question.