using Prism.Events; namespace DTS.Common.Events { public class NavigateToDashboardEvent : PubSubEvent { } public class NavigateToDashboardArg { } }