using DTS.Common.Base; using DTS.Common.Interface; using Microsoft.Practices.Prism.Events; namespace DTS.Common.Events { public class PSDReportSettingsChangedEvent : CompositePresentationEvent { } public class PSDReportSettingsChangedEventArg { public IPSDReportSettingsModel Model { get; set; } public IBaseViewModel ParentVM { get; set; } } }