Reputation: 3788
I am using Windows.Forms and .Net 2.0.
In Windows TabControl; how can I catch the event that fires anytime the user switches to a tab.
For example; If i have a tabControl with 4 tab pages; I would like to call a function anytime the user switches to a tab.
Upvotes: 2
Views: 3291
Reputation: 174309
see here: http://msdn.microsoft.com/en-us/library/system.windows.forms.tabcontrol.selected.aspx
Upvotes: 1