ObjSizeChanged: function (sender, args);
sender. Event source.
args. Event information.
The ObjSizeChanged event occurs after changing size of the StackPanel component that contains map, chart and table.
When the cursor hovers over the border between panels, a double-sided arrow appears. Dragging this arrow changes panels' sizes.
To execute the example, the page must contain the WbkDataBox component named wbkDataBox (see WbkDataBox Constructor), and also the following code must be added in the event handler that processes document opening:
wbkDataBox.ObjSizeChanged.add(onDummyActionFactory("Panel is resized that contains map, chart and table"));
After executing the example after the table, chart or map are resized, the following message is shown in the browser console: Panel containing map, chart and table is resized.
See also: