In Composite WPF (Prism), when adding modules to the IRegionManger collection, what is the difference between using IRegion.Add and IRegionManager.RegisterViewWithRegion?
RegisterViewWithRegion raises the OnContentRegistered event, but of course that could not be the case depending on your DI