Refreshed: function (sender, args);
sender. Event source.
args. Event information.
The Refreshed event occurs after component refresh is completed.
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: