TransformDialogDimPanel.DimensionModeChanged

Syntax

DimensionModeChanged: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Arguments: DimIndex - open dimension index; Mode - display mode; if the value is Parameters, parameters are displayed, if the value is DimElements, dimension elements are displayed.

Description

The DimensionModeChanged event occurs after changing the mode of displaying panel tree items.

Example

The example of use is given in description of the TransformDialogDimPanel.DimensionExpanded event.

See also:

TransformDialogDimPanel