Migrate Prism 4 to Prism 6 - CompositePresentationEvent
问题 I want to migrate a project written with Prism 4 into Prism 6. In Prism 4 the CompositePresentationEvent<T> type is under Microsoft.Practices.Composite.Presentation.Events namespace. But when I pulled Prism 6 from nugget and removed old Prism 4 references, I could not see this event type anywhere in Prism 6 namespaces. Anyone can help me a bit? 回答1: The CompositePresentationEvent has been removed in Prism 6. If I recall correctly, if was deprecated in Prism 5, and removed completely in Prism