The addOnRecordChangeComplete and removeOnRecordChangeComplete methods of the Recordset class add or remove a notification that something in the current row of the Recordset has changed, respectively.
public void addOnRecordChangeComplete(RecordsetEventHandler handler);
public void removeOnRecordChangeComplete(RecordsetEventHandler handler);
handler | The routine defined for this event. |