Files
DP44/Common/DTS.CommonCore/.svn/pristine/90/906113be79d66ee5d573830adf4dba9ebcb2828d.svn-base

15 lines
404 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// The TTSImportSavedChangesStatusEvent event.
/// </summary>
///
/// <remarks>
/// This event is used to communicate whether changes have been saved or not.
/// </remarks>
///
public class TTSImportSavedChangesStatusEvent : CompositePresentationEvent<bool> { }
}