Can anybody provide samples/links/simple-illustrations/videos/demos on how to use the messenger class in MVVM Light?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
You should look into the source code of MVVM Light on CodePlex: http://mvvmlight.codeplex.com/SourceControl/changeset/view/47157
If you look into the samples, you will see that the CleanShutdown example uses the Messenger class.
In the IssueVision.SL example application, the messenger pattern is used to catch menu clicks and let the mainpage switch the views.
Blog of Laurent Bugnion (GalaSoft)
MVVM light - how to access property in other view model on stackoverflow