14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
using Prism.Events;
|
|
|
|
namespace DTS.Common.Events.Groups.GroupList
|
|
{
|
|
|
|
/// <summary>
|
|
/// The GroupTemplateListGroupTemplateSelectedEvent event.
|
|
/// </summary>
|
|
///
|
|
/// <remarks>called when a template is selected.</remarks>
|
|
///
|
|
public class GroupListEditGroupEvent : PubSubEvent<int> { }
|
|
}
|