Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法查看所有事件的 EventAggregator 中包含的所有订阅?
EventAggregator 中只有一个 .GetEvent 方法……但我只想查看其中包含的所有订阅……而不必依次执行每个事件。
谢谢
开箱即用的实现不提供获取所有事件的方法。因此,如果你想要这个,你需要:
EventAggregator
IEventAggregator