What is the equivalent of the click event in WPF? Similar to what we have for the TabControl version in WinForms
http://www.telerik.com/help/winforms/tab_eventstabselected.html
I have several embedded TabControls / TabItems and need to know when the user clicks on the tab. Not when it got the focus or the selection changed, just the click event.
If such option is not available, is there a way to convert the TabItem header to an hyperlink?
Thanks
http://www.telerik.com/help/winforms/tab_eventstabselected.html
I have several embedded TabControls / TabItems and need to know when the user clicks on the tab. Not when it got the focus or the selection changed, just the click event.
If such option is not available, is there a way to convert the TabItem header to an hyperlink?
Thanks