MvvmLight 动态消息令牌
是否可以为使用动态令牌创建的消息发送注册?
我有几个位于 ItemsControl 中的用户控件,并且我希望每个控件仅侦听针对特定 Id 的消息。
不断抛出未处理的异常。
Is it possible to send register for a Message that is created with a dynamic token?
I have several user controls that are in a ItemsControl and I want each control to only listen for messages that target a certain Id.
Keeps throwing a un-handled exception.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请观看 Laurent Bugnion 的视频,他开发了 mvvm-light 工具包:
http://channel9.msdn.com/Events/MIX/MIX11/OPN03
他在本次讨论中谈论的是通用 lambda 转换器。
Please see the video of Laurent Bugnion, who has developed the mvvm-light toolkit:
http://channel9.msdn.com/Events/MIX/MIX11/OPN03
He is saying about a universal lambda converter in this discussion.