15 lines
458 B
Plaintext
15 lines
458 B
Plaintext
using DTS.Common.Interface.GroupTemplate;
|
|
using Microsoft.Practices.Prism.Events;
|
|
|
|
namespace DTS.Common.Events.GroupTemplates.TemplateChannelList
|
|
{
|
|
|
|
/// <summary>
|
|
/// The GroupTemplateListGroupTemplateSelectedEvent event.
|
|
/// </summary>
|
|
///
|
|
/// <remarks>called when a template is selected.</remarks>
|
|
///
|
|
public class TemplateChannelListOrderChangedEvent : CompositePresentationEvent<IGroupTemplateChannel> { }
|
|
}
|