Answer:
1) Closing - Window is going to close
2) IsVisibleChanged - IsVisible property set to false
3) Deactivated - Window becomes background window
4) IsKeyboardFocusWithinChanged - IsKeyboardFocusWithin property set to false
5) IsKeyboardFocusedChanged - IsKeyboardFocused property set to false
6) LostKeyboardFocus - Window no longer has keyboard focus
7) Closed - Window is closing
Source: Interview | Asked In: Many Interviews |
Alert Moderator