on Page Changed
abstract fun onPageChanged(@NonNull verticalScrollBar: VerticalScrollBar, @IntRange(from = 0 ) pageIndex: Int)
Called whenever the used dragged the scrollbar indicator to a different page.
Parameters
vertical Scroll Bar
The VerticalScrollBar that triggered the event.
page Index
The 0-based page index that was selected.