Android.Views.View.OnOverScrolled Method
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.

Syntax

[Android.Runtime.Register("onOverScrolled", "(IIZZ)V", "GetOnOverScrolled_IIZZHandler")]
protected virtual void OnOverScrolled (int scrollX, int scrollY, bool clampedX, bool clampedY)

Parameters

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

Remarks

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9