TabbedUI Client-side EventsafterAjaxCallbackComplete

Description

Fires after an Ajax callback has completed.

Arguments

eobject

An object with the following properties:

xbasicFunctionNamestring

The name of the Xbasic function the Ajax callback called.

This event can be used to close a message box that is displayed when an Ajax callback is called. If the message is displayed using an [A5.msgBox], the following code will close the popup:

A5.msgBox.hide();