What is the series of event fired for application shutdown in WPF?

 Posted by Shantanupatel on 3/6/2012 | Category: WPF Interview questions | Views: 3824 | Points: 40
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 

Comments or Responses

Login to post response