using Microsoft.Practices.Prism.Events; namespace DTS.Common.Events { /// /// The TTSImportSavedChangesStatusEvent event. /// /// /// /// This event is used to communicate whether changes have been saved or not. /// /// public class TTSImportSavedChangesStatusEvent : CompositePresentationEvent { } }