Search code examples
c#.net-2.0eventaggregator

EventAggregator for .net 2.0


In my .net 2.0 Win Forms application I want to raise something like OnProgress event from many different places/classes, and handle all these events in one place.

We're using Microsoft's UnityContainer for dependency injection, and I saw a good solution for the problem I have in EventAggregator from Composite Application Library.

Could you please advice me something similar to EventAggregator, that will work under .net 2.0?

Thanks.


Solution

  • You can read some recommendations here