Files
DP44/Common/DTS.Common/.svn/pristine/f5/f5e466db1f704520103706a86ed4cccc6107ec88.svn-base
2026-04-17 14:55:32 -04:00

15 lines
369 B
Plaintext

using 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 : PubSubEvent<bool> { }
}