ScriptManager.BeforeScriptLoad

Syntax

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

Parameters

sender. Event source

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

Description

The BeforeScriptLoad event is occurs before loading script file.

Example

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

See also:

ScriptManager