CellValueChanged Event

Fired after a cell's contents change.

Syntax

Public Event CellvalueChanged As CellEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
Row Row number of cell where change occurs.
Col Column number of cell where change occurs.

Remarks

This event allows you to perform some processing whenever the contents of a cell change, this is useful to provide conditional formatting and dynamic data summaries (that get updated automatically whenever the data changes).

See Also

BeforeEdit Event, CellValueChanging Event