Files
DP44/Common/DTS.CommonCore/.svn/pristine/a0/a00c5bd1be04469bf24efcc18a7b7667ef3f6aef.svn-base

13 lines
406 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 CloseApplicationRequested event.
/// </summary>
///
/// <remarks>This event is used by the Application to notify subscribers that the Application is requested to be closed.</remarks>
///
public class CloseApplicationRequested : CompositePresentationEvent<object> { }
}