Question

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.

Was it helpful?

Solution

You can read some recommendations here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top