shergill
shergill

Reputation: 3788

TabControl - catch the tab activated event

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

Answers (1)

Related Questions