I’m curently teaching myself the MVVM pattern.
I’ve hit my first snag with the concept of messaging.
I know messaging is contained in the mvvm-light toolkit. But I cannot find an example of usage anywhere (no sample projects are provided in the download).
If anyone can direct me to some information as to how to use messaging in that toolkit, that would be ace.
Thanks
I found the following article on the subject. The subject line seems a little unrelated but that link is for part 2 of the article and if you read and scroll down a bit you will find info on the RelayCommand, Messenger, EventToCommand, and ICleanup.
http://www.codeproject.com/KB/silverlight/IssueVisionSilverlightPt2.aspx
Good luck.