将 UI 从子框架内容更新为主页内容
我这里有一个示例应用程序,我可以用手:) (感谢 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用公共事件和事件监听器就可以解决问题......
Using an Public Event and event listeners will do the trick....