Window.onResize

Function/Meaning

[Windows *] The size of the window has changed

Type
WindowclassEvent
Syntax
onResize()
Arguments
Return value
None (void)
Explanation

Occurs when the size of the window changes.
Get the actual size with the Window.width property, Window.height property, etc.