Is there any event that triggers when any control in a picturebox receives focus.

I have around 10 Controls in a picturebox, and i want to do something if any of does receive focus (Like setting a command buttom as default depending which group of controls have focus.)

So is there a easy way or i need to code it in each control?