DataChanged Event

       

Occurs when the value of the column has changed.

Syntax

Private Sub object.DataChanged( )

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

This event is raised after the data in a column has been changed. The new data can be accessed through the rdoColumn object's Value property. You can also use the WillChange event to prevent or modify the change about to be made on a column-by-column basis. However, once the DataChanged event fires, the change has already been committed to the database.