- oldPosition
- The position that we're moving from.
- newPosition
- The position that we're moving to.
Documentation for this section has not yet been entered.
This function is called every time the cursor is successfully scrolled to a new position, giving the subclass a chance to update any state it may have. If it returns false the move function will also do so and the cursor will scroll to the beforeFirst position.
This function should be called by methods such as ICursor.MoveToPosition(int), so it will typically not be called from outside of the cursor class itself.