A Windows Presentation Foundation (WPF) application that has one or more open windows deactivates (stops being the foreground application) when a user does the following:
Applications that need to detect deactivation can handle the Deactivated event.
After an application is first activated, it may be deactivated and reactivated many times during its lifetime. If an application's behavior or state depends on its activation state, it can handle both Deactivated and Activated events to determine which state it's in. For more information, including an example that illustrates this dependency, see Application Activation and Deactivation Sample.
Deactivated is not raised for XAML browser applications (XBAPs).