tab control changed
Daniel Brassard
21
Reputation points
hi all,
I built a form with many Tab Controls and I'm looking for a simple way to know which Tab Control is clicked.
I do not wish to check each of them, like;
$tabcontrol1_SelectedIndexChanged{...}
$tabcontrol2_SelectedIndexChanged{...}
is there a global event that would be raised if I was to click any Tab?
thank you!
Windows for business | Windows Server | User experience | PowerShell
Sign in to answer