将 UI 从子框架内容更新为主页内容

发布于 2024-10-09 08:37:37 字数 367 浏览 1 评论 0原文

我这里有一个示例应用程序,我可以用手:) (感谢 Devdigital 回答我问题的第一部分!)

基本上我正在尝试更新主要的 TextBlock当内容框架更新属性时使用MVVM的页面。请找到下面附加的代码:

http://dl.dropbox.com/u/4086656 /SampleApp.zip

如何获取框架内的按钮来更改变量并更新父控件上的 TextBlock?

I have a sample app here I could use a hand with :)
(Thanks to Devdigital for answering the first part of my question!)

Basically I'm trying to update the TextBlock on the main page using MVVM when the content the frame updates the the property. Please find the code attached below:

http://dl.dropbox.com/u/4086656/SampleApp.zip

How do i get the button inside the frame to change the variable and update the TextBlock on the parent control?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鱼忆七猫命九 2024-10-16 08:37:37

使用公共事件和事件监听器就可以解决问题......

Using an Public Event and event listeners will do the trick....

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文