I'm working on an application using Prism 4.0, WPF and MEF framework. We've different modules in the application and all the modules are dynamically loading on demand in a tab control.
Now the problem is in module to module communication. Lets take an example, I've a module say Module A which is showing some information of Module B. I've a Project No. field of module B in module A. I'm displaying this Project No. field in Module A along with a NEW Command button and EDIT Command button. Now I want to open Module B in tab control when user clicked the New or Edit command button of Module A.
I'm not able to figure out how to do this. I've tried different solutions but didn't get any success so far.
Could you please explain how to do this using a sample application in Prism 4.0, WPF and MEF framework.
I'm waiting for your replies.
Thanks, Sumeet Sharma