Files
DP44/Common/DTS.CommonCore/.svn/pristine/9e/9e3ea15940a144669425572fc87b7810109f00a4.svn-base
2026-04-17 14:55:32 -04:00

12 lines
430 B
Plaintext

using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// The <see cref="RaiseNotification"/> event.
/// </summary>
/// <remarks>
/// The <see cref="RaiseNotification"/> event is used to display the notification content such as message and icon.
/// </remarks>
public class RaiseNotification : CompositePresentationEvent<NotificationContentEventArgs> { }
}