WbkDataView.ObjSizeChanged

Syntax

ObjSizeChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The ObjSizeChanged event occurs after changing size of the StackPanel component that contains map, chart and table.

Comments

When the cursor hovers over the border between panels, a double-sided arrow appears. Dragging this arrow changes panels' sizes.

Example

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:

WbkDataView