DimSource.ElsChanged

Syntax

ElsChanged: function(sender, args)

Parameters

sender. Event source

args. Information about event.  Arguments: Elem contains changed element; Operation - the PP.Mb.ListOperation enumeration element specifying operation type.

Description

The ElsChanged event occurs after changing dimension elements.

Example

The example of event use is given in description of the DimSource.addChildElem method.

See also:

DimSource