using Prism.Events; namespace DTS.Common.Events { /// /// The CloseApplicationRequested event. /// /// /// This event is used by the Application to notify subscribers that the Application is requested to be closed. /// public class CloseApplicationRequested : PubSubEvent { } }