Fired when the size of the panel is changed
Member of Panel (PRIM_PANL)
The SizeChanged event is fired whenever the panel bounds change. Layout managers such as Table and Attachment will manage the vast majority of resizing requirements to do with controls. The SizeChanged event complements these features providing an opportunity for code to be executed to change styles, font sizes and other more complex UI requirements often associated with responsive UI design.
Febuary 18 V14SP2