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