C# Class Cheesebaron.ParallaxScrollView.ObservableScrollView

Inheritance: ScrollView
Show file Open project: Cheesebaron/ParallaxScrollView Class Usage Examples

Public Methods

Method Description
ObservableScrollView ( Android.Content.Context context, IAttributeSet attrs ) : System

Protected Methods

Method Description
OnScrollChanged ( int l, int t, int oldl, int oldt ) : void

Method Details

ObservableScrollView() public method

public ObservableScrollView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

OnScrollChanged() protected method

protected OnScrollChanged ( int l, int t, int oldl, int oldt ) : void
l int
t int
oldl int
oldt int
return void