In this installment, we take a look at using PRISM events to publish and subscribe to events. Previous versions of the application have used .NET events and event handlers to communicate UI events between presenters. We know use PRISM events in conjunction with WPF Commands (introduced earlier) to notify various parts of the application that something important has happened.
Download video here
Download source code here