I want send selected record to child window in Mvvm design pattern(Silverlight Application).
how can i pass the selected record to child windows with messenger class of MVVM light toolkit and get changed data!?
I want send selected record to child window in Mvvm design pattern(Silverlight Application). how
Share
In this small example Jesse Liberty explains how to send and receive messages with Galasoft MVVM messenger.
Jesse Liberty Example
If you follow this small example you will be able to implement your own scenario with it.