I have got a tab controller with few tabs. Each tab contains List view and loads data from the database when the tab is visible.
How do get which Tab is selected?
I tried GotFocuse but every click inside the tabs load the data again. Mouse down kind of works but i need to click twice. First one selectes the tab and the second one loads the data. So it is not practical, didn't work.
I need something like IsSelected event for this tabs.