Multiple choice

What event is triggered when a form is resized?

  1. Size

  2. Resize

  3. Sizechange

  4. Resizewindows

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When a form is resized by the user or programmatically, Visual Basic triggers the Resize event. This event allows developers to execute code in response to size changes, such as repositioning controls or adjusting layouts. The other options (Size, Sizechange, Resizewindows) are not standard VB events.