using Microsoft.Practices.Prism.Events; namespace DTS.Common.Events { public class NavigateToDashboardEvent : CompositePresentationEvent { } public class NavigateToDashboardArg { } }