Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我必须 xaml 文件。我可以从第一个窗口导航到第二个窗口。在离开未保存更改的第一个窗口之前,我如何警告用户?我知道我可以使用 MessageBox.Show 作为警报,但我不知道如何检查整个窗口的更改。
提前感谢您的帮助乔治
您将需要实现 IsDirty 功能。最好的方法是为您的 Window 编写一个 Viewmodel。
看看那个SO question 看看应该怎么做。