有没有人能提供关于如何在MVVM Light中使用messenger类的samples/links/simple-illustrations/videos/demos?
发布于 2010-05-26 18:32:36
您应该在CodePlex上查看MVVM Light的源代码:http://mvvmlight.codeplex.com/SourceControl/changeset/view/47157
如果查看示例,您将看到CleanShutdown示例使用了Messenger类。
发布于 2010-05-28 15:44:10
Blog of Laurent Bugnion (GalaSoft)
MVVM light - how to access property in other view model on stackoverflow
发布于 2010-08-09 05:41:19
在IssueVision.SL示例应用程序中,messenger模式用于捕获菜单单击并让主页面切换视图。
https://stackoverflow.com/questions/2911171
复制相似问题