I was trying to update my controls when the size of the form changed using SizeChanged.
It worked perfectly, except when going full screen.
I searched the grid events but couldn't find any events that occur when the user maximizes the window (goes full screen).
When the WindowState property is changed, StateChanged is raised. And indeed it does. - Ivan Stoev