Hi there,
I'm writing an application that uses a TATTabs component and a panel showing data that is updated when a tab is changed (OnTabChanged event).
However, when I close a tab, I can't get the panel updated, since the OnTabChanged event is not triggered (to my understanding it should because after closing a tab, another tab is taking its place, so it's same as if the user clicked on that tab).
I've tried to use the OnTabClose event without success (I can't know what the new tabindex will be, only know the tabindex of tab being closed, so I can update controls properly).
What's the correct way to solve this?
Thank you in advance.