ScriptManager.ScriptLoaded

Syntax

PP.ScriptManager.ScriptLoaded: function(sender, args: Object);

Parameters

sender. Event source

args. Information on the event. Available argument: Src - URL of the loaded script.

Description

The ScriptLoaded event is occurs after loading script file.

Example

The example of event use is given in the with description of the ScriptManager.loadScript method.

See also:

ScriptManager