I have a prism 4 application using the MEF bootloader. I have implemented a screensaver from the bootloader and I want to provide the user with information about the module (as they load) when the module manager loads the application / modules.
I think I need to subscribe to the LoadModuleCompleted event in the module manager. I cannot do this because when I decide the module manager with the container in the MEF boot block, the PRISM framework calls OnImportsSatisfied, which loads all the modules. (Too late since I want to listen to this).
How to display a popup with a progress bar displaying module information / progress?
Many thanks!
matt fishbecj
source share