0
事件我有一個事件訂閱發佈從delegatecommand棱鏡
this.eventAggregator.GetEvent<BusyEvent>().Subscribe(this.HandleBusyEvent, ThreadOption.UIThread, false);
然而,當我嘗試從delegatecommand動作的事件不被解僱發佈事件。是否有任何已知的限制阻止此行動。
this.eventAggregator.GetEvent<BusyEvent>().Publish(false);
你確定該事件沒有被提出嗎?也許你的訂閱者不處理它,因爲訂閱被垃圾收集。 – dymanoid 2014-12-20 14:17:43