[C#/WPF/PRISM] IEventAggregator 인터페이스 : 이벤트 구독시 이벤트 필터링하기


■ IEventAggregator 인터페이스를 사용해 이벤트 구독시 이벤트를 필터링하는 방법을 보여준다.

[TestLibrary 프로젝트]

MessageSentEvent.cs

[TestModule1 프로젝트]

MessageView.xaml

MessageView.xaml.cs

MessageViewModel.cs

TestModule1Module.cs

[TestModule2 프로젝트]

MessageListView.xaml

MessageListView.xaml.cs

MessageListViewModel.cs

TestModule2Module.cs

[TestProject 프로젝트]

MainWindow.xaml

MainWindow.xaml.cs

MainWindowViewModel.cs

MainApplication.xaml

MainApplication.xaml.cs

TestSolution.zip