private void tabPage2_Click(object sender, EventArgs e)
{
}
hello i have one tabconrol in my form this name is "tabControl1" & i have 4 tabpage in tabControl1 i want when i click on tabpage1 run some code when i click tabpage2 run some code too & ...
how can i ?
i think if condition is not true or i dont know i must wite code in which event
i use tabPage1_Click event
tnx for help
You can register on tabControls clicked event