PP.ScriptManager.ScriptLoaded: function(sender, args: Object);
sender. Event source
args. Information on the event. Available argument: Src - URL of the loaded script.
The ScriptLoaded event is occurs after loading script file.
The example of event use is given in the with description of the ScriptManager.loadScript method.
See also: