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