WbkDataView.Refreshed

Syntax

Refreshed: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The Refreshed event occurs after component refresh is completed.

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.Refreshed.add(onDummyActionFactory("Component refresh is completed"));

After executing the example on component refreshing the browser console displays an appropriate message.

See also:

WbkDataView