Shaddix
Shaddix

Reputation: 6109

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.

Upvotes: 0

Views: 394

Answers (1)

Allender
Allender

Reputation: 604

You can read some recommendations here

Upvotes: 2

Related Questions