I have an existing Silverlight application where there are several buttons on the .xaml page that load user controls into the TransitioningContentControl host. Each of these user controls is associated with a viewmodel. Sometimes, when changes are made to one user control, data in others needs to be updated. I am considering using an event aggregator in Prism, but I do not want everything to be converted to shell, modules, etc. Is there a way to add event aggregation without going into Prism?
Daveb source share