C# Class MyDriving.Droid.Fragments.FragmentPastTrips.TripsOnScrollListenerListener

Inheritance: RecyclerView.OnScrollListener
Show file Open project: Azure-Samples/MyDriving

Public Methods

Method Description
OnScrolled ( RecyclerView recyclerView, int dx, int dy ) : void
TripsOnScrollListenerListener ( PastTripsViewModel viewModel, LinearLayoutManager layoutManager ) : Android.OS

Method Details

OnScrolled() public method

public OnScrolled ( RecyclerView recyclerView, int dx, int dy ) : void
recyclerView RecyclerView
dx int
dy int
return void

TripsOnScrollListenerListener() public method

public TripsOnScrollListenerListener ( PastTripsViewModel viewModel, LinearLayoutManager layoutManager ) : Android.OS
viewModel MyDriving.ViewModel.PastTripsViewModel
layoutManager LinearLayoutManager
return Android.OS