The addOnWillChangeField and removeOnWillChangeField methods of the Recordset class add or remove a notification that the value of the current field will change, respectively.
public void addOnWillChangeField(RecordsetEventHandler handler);
public void removeOnWillChangeField(RecordsetEventHandler handler);
handler | The routine defined for this event. |