ResourceManager.ResourcesLoaded

Syntax

ResourcesLoaded: function(sender, args: Object);

Parameters

sender. Event source

args. Event information.

Description

The ResourcesLoaded event is occurs after resources are loaded from file.

Example

The example of event use is given in the with description of the ResourceManager.RootResourcesFolder property.

See also:

ResourceManager