Reputation: 6109
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.
Upvotes: 0
Views: 394