PrepAway - Latest Free Exam Questions & Answers

5 Comments on “Which event is triggered each time the Windows Form receives focus?

  1. Sancho says:

    Focus and Validation Events
    When you change the focus by using the keyboard (TAB, SHIFT+TAB, and so on), by calling the Select or SelectNextControl methods, or by setting the ActiveControl property to the current form, focus events of the Control class occur in the following order:
    Enter
    GotFocus
    Leave
    Validating
    Validated
    LostFocus
    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:
    Enter
    GotFocus
    LostFocus
    Leave
    Validating
    Validated




    0



    0

Leave a Reply