using System.Windows.Controls; namespace PdmSwPlugin.Common.Interface { public interface ITabControlSelectionChangeHandler { void OnTabControlSelectionChange(object sender, SelectionChangedEventArgs e); } }