RdsService.ChildLoaded

Syntax

ChildLoaded(sender, args: Object);

Parameters

sender. Event source.

args. Event information. Available arguments: Dictionary - MDM dictionary, IsFilter - indicates that filter is successfully applied, ParentKey - key of the parent element.

Description

The ChildLoaded event is fired after loading MDM dictionary children.

Example

The example of event use is given on the page with description of the RdsService.getFilterElements method.

See also:

RdsService