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