Search code examples
wpfevents.net-4.0mefaggregation

MEF Event Aggregation without unity/prism (any builtin class in .net 4)


Does MEF has Event Aggregation like feature builtin (I don't want Prism etc)


Solution

  • No, it doesn't have this built in. If you don't want to use something like Prism you would need to create your own contracts for event aggregation, I think.