Occurs when the value of the TabPage.Visible property changes.
The TabPage.Visible property is not meaningful for this control, although you can change its value and handle the TabPage.VisibleChanged event to detect the change.
To hide a tab in a System.Windows.Forms.TabControl, you must remove it from the control's TabControl.TabPages collection.