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