Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MVVM Light Messenger Class

Tags:

c#

wpf

mvvm-light

Can anybody provide samples/links/simple-illustrations/videos/demos on how to use the messenger class in MVVM Light?

like image 785
Amsakanna Avatar asked May 26 '10 08:05

Amsakanna


2 Answers

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.

like image 60
MuSTaNG Avatar answered Oct 23 '22 00:10

MuSTaNG


Blog of Laurent Bugnion (GalaSoft)

MVVM light - how to access property in other view model on stackoverflow

like image 38
CodeWeasel Avatar answered Oct 23 '22 00:10

CodeWeasel