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