Resize event
Occurs when the size of a display is changed. This event also occurs when a display is first loaded or when the window state changes, for example, when a display is maximized, minimized, or restored.
The Resize event might occur multiple times when a display changes size.
Syntax
Display
_Resize
where
Display
– is the name of a Display object variable that was dimensioned using the WithEvents keyword or the reserved name Display.Provide Feedback