View.ScrollChangeEventArgs(View, Int32, Int32, Int32, Int32) Constructor

Definition

Initializes the managed event data passed to the associated callback.

public ScrollChangeEventArgs(Android.Views.View v, int scrollX, int scrollY, int oldScrollX, int oldScrollY);
new Android.Views.View.ScrollChangeEventArgs : Android.Views.View * int * int * int * int -> Android.Views.View.ScrollChangeEventArgs

Parameters

v
View

The Android.Views.View value used for v.

scrollX
Int32

The System.Int32 value used for scroll x.

scrollY
Int32

The System.Int32 value used for scroll y.

oldScrollX
Int32

The System.Int32 value used for old scroll x.

oldScrollY
Int32

The System.Int32 value used for old scroll y.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to