nerdexam
Microsoft

98-361 · Question #230

You are creating an application that presents the user with a Windows Form. Which event is triggered each time the Windows Form receives focus?

The correct answer is B. Enter. When you change the focus by using the mouse or by calling the Focus method, focus events of the Control class occur in the following order:

Understanding Desktop Applications

Question

You are creating an application that presents the user with a Windows Form. Which event is triggered each time the Windows Form receives focus?

Options

  • ALoad
  • BEnter
  • CActivated
  • Dpaint

How the community answered

(61 responses)
  • A
    8% (5)
  • B
    70% (43)
  • C
    3% (2)
  • D
    18% (11)

Explanation

When you change the focus by using the mouse or by calling the Focus method, focus events of the Control class occur in the following order:

Topics

#Windows Forms#events#focus#Enter event

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice