14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
using Prism.Events;
|
|
|
|
namespace DTS.Common.Events.GroupTemplates.GroupTemplateList
|
|
{
|
|
|
|
/// <summary>
|
|
/// The GroupTemplateListGroupTemplateSelectedEvent event.
|
|
/// </summary>
|
|
///
|
|
/// <remarks>called when a template is selected.</remarks>
|
|
///
|
|
public class GroupTemplateListGroupDoubleClickEvent : PubSubEvent<string> { }
|
|
}
|