ScriptManager.AllNodesLoaded

Syntax

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

Parameters

sender. Event source

args. Event information.

Description

The AllNodesLoaded event is occurs after all script files are loaded.

Example

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

See also:

ScriptManager