event aggregator in MVVM -


I have been working with Silver and MVVM for some time (in its simplest form, it is made by hand) , But I understand what an event aggregator is (and how to implement it).

What's going on behind this name? Can anyone explain this quickly (or can someone post a link?).

An event aggregator is usually a broker item

EventAggregator is the most common See one:

It describes itself as:

EventAggregator service is primarily a container for events that allows decoupling publishers and customers So that they can be independently developed, this decoding is useful in modulated applications because the new mod Yule may be added that responds to events defined by the shell, or more likely, other modules.

Comments