Files
DP44/Common/DTS.Common/.svn/pristine/3e/3e4c042bb72e213e9356cab584f6bda5e722ceb4.svn-base

13 lines
387 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using Prism.Events;
namespace DTS.Common.RibbonControl
{
/// <summary>
/// The TabControlSelectionChanged event.
/// </summary>
///
/// <remarks>This event has to be used by the TabControl to indicate that its tab has been changed.</remarks>
///
public class RibbonControlSelectionChanged : PubSubEvent<RibbonControlSelectionEventArgs> { }
}