Top "Eventaggregator" questions

Event Aggregator is an event mechanism that enables communications between loosely coupled components in the application.

Trying to understand the event aggregator pattern

I am trying to implement the event aggregator pattern in a simple way to learn it step by step. But …

c# events design-patterns eventaggregator
How do I test Prism event aggregator subscriptions, on the UIThread?

I have a class, that subscribes to an event via PRISMs event aggregator. As it is somewhat hard to mock …

c# tdd prism ui-thread eventaggregator
ViewModel to ViewModel Communication

Given the following scenario: ViewModelA launches ViewModelB (via a common Controller, of course, that uses Ioc and DI to resolve …

mvvm dependency-injection inversion-of-control viewmodel eventaggregator
Using Prism 6 Event Aggregator between view models with an object as the payload

Hi I'm hoping one of you could help me with some syntax. So I'm following this example https://www.codeproject.…

c# wpf mvvm prism eventaggregator
Prism Event Aggregation - subscriber not triggered

I'm working on implementing an event aggregation with Prism. I have a few modules, and I want each of them …

.net wpf prism eventaggregator