EaxDimBarMaster.DimensionMoved

Syntax

DimensionMoved: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: MovedKeyDim - dimension to be moved, DimPosition - previous position of the dimension, Index - index of the new position.

Description

The DimensionMoved event occurs on moving a dimension in selection wizard.

Example

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

See also:

EaxDimBarMaster