I would like to know how I can trigger event or call any specific function from MEF plugin to/in host application, and I would really appreciate it if you could provide any guideline for this.
Actually I was implementing C# WPF application with plugins by using MEF technology, and I could implement interface to call function in plugins from host application by using interface, export, and import, but need to do trigger any function or event in opposite direction to let host application know any data changes inside plugin.
Thank you in advance and Regards, Ian R.