Hi,
Based on my understanding of your application, a correct way to display message boxes from your Model could be:
Hope this helps,
Federico Martinez
http://blogs.southworks.net/fmartinez
Based on my understanding of your application, a correct way to display message boxes from your Model could be:
- Create an event in your Model to alert the ViewModel when a situation that requires user interaction arises.
-
In your ViewModel, use InteractionRequest<T> in order to handle the display of the message box.
Hope this helps,
Federico Martinez
http://blogs.southworks.net/fmartinez