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