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