Silverlight 4嵌套导航框架通信
大家好,这个问题确实困扰着我们,我们找不到其他人有同样的问题。
我们有一个带有嵌套导航框架的 Silverlight 业务应用程序。在嵌套框架内,我们有一些用户控件,我们希望使用它们使外部导航框架导航到新页面。
如何从最低级别的用户控件访问最外层的导航框架?
感谢您提供的任何帮助。
马丁.
Hey everyone, this one is really stumping us and we can't find anyone else having the same issue.
We have a Silverlight business application, with nested Navigation Frames. Within the nested frame we have some User Controls which we want to use to make the outer Navigation Frame navigate to a new page.
How do get access up to the outermost Navigation Frame, from the lowest level user controls?
Thanks for any help you can give.
Martyn.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们最终遇到了 Prism 框架并利用 DelegateCommand 功能来实现我们的目标。
We eventually came across the Prism framework and have utilised the DelegateCommand functionaltiy to achieve our goal.