- scrollX
- New X scroll value in pixels
- scrollY
- New Y scroll value in pixels
- clampedX
- True if scrollX was clamped to an over-scroll boundary
- clampedY
- True if scrollY was clamped to an over-scroll boundary
Called by View.OverScrollBy(int, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32) to respond to the results of an over-scroll operation.