Category Archives: WPF

Using Prisms (CompositeWPF) EventAggregator

Event Aggregator – What is it? The event aggregator in Prism is an implementation of the Event Aggregator pattern. Fowler explains the Event Aggregator pattern as follows:  Channel events from multiple objects into a single object to simplify registration for clients. Microsoft also has a link for this pattern as well, its located here. Here’s…