I'm using WPF 4 I have a TabControl that contains a bunch TabItems. I want to be notfied when one tab in particular is opened/selected. I wrongly assumed that there would be something like "OnTabItemChanged" type event but I can't find anything like this.
Can anyone point me in the right direction?
Thanks in advance!