.net 2.0 的事件聚合器
在我的 .net 2.0 Win Forms 应用程序中,我想从许多不同的地方/类引发类似 OnProgress 事件的事件,并在一个地方处理所有这些事件。
我们使用 Microsoft 的 UnityContainer 进行依赖项注入,并且我在 Composite Application Library 的 EventAggregator 中看到了一个很好的解决方案。
您能否给我一些类似于 EventAggregator 的建议,可以在 .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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处阅读一些建议
You can read some recommendations here