when switching tabs, how do I get the currently selected tab? Tried using tabablzControl_SelectionChanged event and getting the active tab Object selectedTab = tabablzControl.SelectedContent;
but I always get the previous selected tab, the tabablzControl_SelectionChanged event is firing before the tab changes. any ideas?