onViewResize
fires when the size of a view has been changed by resizer
function onViewResize(): void
Example
Section titled “Example”grid.attachEvent("onViewResize", function(){ // your code here});
Details
Section titled “Details”Called only when the size of a view was changed by the layout’s resizer.