using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
///
/// The event.
///
///
/// The event is used to display the notification content such as message and icon.
///
public class RaiseNotification : CompositePresentationEvent { }
}