tags:

views:

45

answers:

0

I'd like use the EventAggregator in my servicelayer and below. It is a desktop app, but we do not have PresentationCore or PresentationFramework in the servicelayer assemblies.

I haven't actually used any of Prism yet, but the EventAggregator looks like something that has use beyond the presentation layer.

Just looking at the source, it looks like this is doable, but I do need a new implementation of CompositePresentationEvent. (Just copy the class and remove the threading options).

Any thoughts, or is this just crazy talk?