如何检测我的窗口何时失去焦点?
使用Window.Deactivated事件 。
Window.Deactivated
您可能正在查找Application.Deactivated事件 ,只有在用户切换到其他应用程序时才会触发该事件 。
Application.Deactivated