I need to pass the TabItem header string from xaml to ViewModel where i will use this text to fire an event, so when i select any tab in the tabcontrol, the tabitem header will be sent to the viewmodel to fire the event. Also i need this scenario to take place when selecting the tabitem header not any part else on the tab.It is a Tabbed interface aplication.
thanks in advance