WPF:当窗口失去焦点时检测

如何检测我的窗口何时失去焦点?

使用Window.Deactivated事件 。

您可能正在查找Application.Deactivated事件 ,只有在用户切换到其他应用程序时才会触发该事件 。