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.
在我的 winform 应用程序中,我使用 elementhost 来显示 xaml。xaml 使用来自视图模型的属性。不幸的是,当我单击保存按钮(此按钮是一个 winform 按钮)时,我无法获取在 xaml 中键入的任何数据。任何人都可以建议吗?
这应该这样做,以防有人遇到这个问题。
CarView car = (CarView) CarHost.Child; CarViewModel cvm = (CarViewModel) car.DataContext;
, live() 不起作用