DimSrv.ChildLoaded

Syntax

ChildLoaded: function(sender, args);

Parameters

sender. Event source

args. Information on the event. Arguments: Dim - opened dictionary; OpArgs - operation arguments.

Description

The ChildLoaded event occurs after loading dictionary children.

Example

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

See also:

DimSrv