EaxDimBarView.DimensionMoved

Syntax

DimensionMoved: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: MovedKeyDim - dimension to be moved, DimPosition - position to which the dimension is to be moved, Index - index of the dimension that holds this position.

Description

The DimensionMoved event occurs on moving a dimension on the express report dimension panel.

Example

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

See also:

EaxDimBarView