You could use the Index to tell.

Code:
'First tab is clicked
If (TabStrip1.SelectedItem.Index) = 1 Then ..'code
'second tab is clicked
If (TabStrip1.SelectedItem.Index) = 2 Then ..'code