你好!
TabControl 切换事件:SelectedIndexChanged
TabPage 重绘事件:Paint
是不是在SelectedIndexChanged事件中添加如下代码:
if(tabcontrol.selectedtab == tabpage?)
{
//执行的方法或事件
}