This question is locked. New answers and comments are not allowed.
Assume that I have three tabs: Tab1, Tab2, and Tab3. In my XAML that creates the tabs, each has a UserControl that is used to display the page for that tab. I want to disable a tab based on the user interaction within the UserControl, How can that UserControl disable/enable a tab in this fashion?