I'm working on a MVVM app using Prism.
I need to show a view that return a value (selected object) from a DelegateCommand of another view.
Please, what you suggest ?
Thanks
In PRISM that's an "interaction request".
There's an example in the samples you could download.
You can see the code on this page:
https://msdn.microsoft.com/en-us/library/ff921081(v=pandp.40).aspx
See the item selection view.
If that doesn't suit for some reason then I have a different non-PRISM approach which you could probably adapt easier than the PRISM stuff.