Prism 中的 IActiveAware 接口
有人可以阐明 Prism 中的主动感知界面吗?它如何帮助委派命令。
Can someone shed some light on active aware interface is in Prism, how it helps delegate command.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它在概念上与我的
ActiveAwareCommand
< /a>,该博客文章解释了为什么这是必要的。It's very similar in concept to my
ActiveAwareCommand
, and that blog post explains why this is necessary.