I’ve got a TabControl where I’m listening for the ControlRemoved event and then make a change to a MenuStrip item upon TabControl.TabCount equaling zero.
What I’ve found is that the TabCount doesn’t update until this Event method has completed which, to me, make the name of the event misleading.
Any ideas on an alternative to this event?
If you remove a tab at a time you can simply check for: