MefModuleManager.OnImportsSatisfied Method
Called when a part's imports have been satisfied and it is safe to use.
Namespace: Microsoft.Practices.Prism.MefExtensions.Modularity
Assembly: Microsoft.Practices.Prism.MefExtensions (in Microsoft.Practices.Prism.MefExtensions.dll)
Syntax
public virtual void OnImportsSatisfied()
'Declaration
Public Overridable Sub OnImportsSatisfied
Implements
IPartImportsSatisfiedNotification.OnImportsSatisfied()
Remarks
Whenever the MEF container loads new types that cause ImportedModules to be recomposed, this is called. This method ensures that as the MEF container discovered new modules, the ModuleCatalog is updated.
See Also
Microsoft.Practices.Prism.MefExtensions.Modularity Namespace