
BBjScriptLoadedEvent
Description
In BBj 19.20 and higher, this event is returned by BBjAPI (). getLastEvent () when the program is executing callback code that the program has registered for the ON_SCRIPT_LOADED event.
In BBj 22.03 and higher, this event is also fired by the BBjBuiManager::injectScriptUrl method. When this event is fired from BBjBuiManager, the getControl() method returns null().
Methods of BBjScriptLoadedEvent
Return Value |
Method |
string |
getUrl() |
Methods of BBjScriptLoadedEvent inherited from BBjSysGuiEvent
Return Value |
Method |
See Also
CALLBACK Verb - Register BBj Subroutine