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?