MetaSrv.ChildLoaded

Syntax

ChildLoaded: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Arguments: MetaDim - metadata tree model; OpArgs - passed arguments usedto load elements.

Description

The ChildLoaded event occurs after loading of child elements to tree.

Example

The example of event use is given in description of the MetaSrv.getChildren method.

See also:

MetaSrv