DataChanged Event

This event is fired by the control when a cell value is changed.

Syntax

DataChanged (row, col, d)

Parameters

row
A Long value that provides the new row position.

col
A Long value that provides the new column position.

d
A VARIANT that provides the new data value.

Remarks

The DataChanged event is fired if a cell value is changed because of cell-editing. If CellEditEnabled is FALSE, this event is not fired.

See Also

CellEditEnabled