IValueChangeCallback.OnValueChanged

Syntax

OnValueChanged(Value: IMatrixCoord);

Parameters

Value. Coordinate that changed value in matrix.

Description

The OnValueChanged method implements the event that occurs on changing value in matrix cell.

Example

The example of use is given in description of the IMatrix.ValueChangeCallback property.

See also:

IValueChangeCallback