AbsListView.ScrollEventArgs(AbsListView, Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes event data supplied by the scroll callback.
public ScrollEventArgs(Android.Widget.AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount);
new Android.Widget.AbsListView.ScrollEventArgs : Android.Widget.AbsListView * int * int * int -> Android.Widget.AbsListView.ScrollEventArgs
Parameters
- view
- AbsListView
The view involved in this operation.
- firstVisibleItem
- Int32
The position of the first visible item supplied by the scroll callback.
- visibleItemCount
- Int32
The number of visible items supplied by the scroll callback.
- totalItemCount
- Int32
The total item count supplied by the scroll callback.
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.