using Prism.Events;
namespace DTS.Common.RibbonControl
{
///
/// The TabControlSelectionChanged event.
///
///
/// This event has to be used by the TabControl to indicate that its tab has been changed.
///
public class RibbonControlSelectionChanged : PubSubEvent { }
}