ResourceManager.ResourceFileLoaded

Syntax

ResourceFileLoaded: function(sender, args: Object);

Parameters

sender. Event source

args. Information on the event. Available arguments: Name -leftmost part of resources file name, Culture - a PP.CultureInfo object.

Description

The ResourceFileLoaded event is occurs after loading resource file.

Example

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

See also:

ResourceManager