The Silverlight TabControl doesn't inherit from the Selector class (It does in WPF, please bring these technologies closer!) so you can't use the example from my previous entry.
I've put together a quick example which returns the SelectedItem via commanding etc.
SilverlightTabControlAndCommanding.zip (1.23 mb)
Does anyone know of a better way to do this? I couldn't use a binding into CommandParameter as it is updated after the command fires. I've had to set it in the code behind of the behaviour which is a bit of a hack or am I just being pedantic?
Flex