My problem is that when a SfTabView is displayed the first time, its first tab (tab with index 0) is shown (the selected tab is changed from NULL to 0), there is no SelectionChanged event. So I cannot rely on the SelectionChanged event in this case.
But I have found a solution without using SelectionChanged.