RowDimChanged Event

This event is fired by the control when the value of the RowDim property changes.

Syntax

RowDimChanged (dim)

Parameters

dim
A Long value that provides the new value of the RowDim property.

Remarks

The RowDimChanged event may be fired if the RowDim property is set programatically. It can also be fired by user interaction with the control, such as by right-clicking on a dimension name to select a different dimension.

See Also

ColDimChanged