Class ScrollViewScrollChangedEventArgs
Inheritance
System.Object
ScrollViewScrollChangedEventArgs
Namespace: Com.Telerik.Widget.Primitives.Panels
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class ScrollViewScrollChangedEventArgs : EventArgs
Constructors
ScrollViewScrollChangedEventArgs(View, Int32, Int32, Int32, Int32)
Declaration
public ScrollViewScrollChangedEventArgs(View p0, int p1, int p2, int p3, int p4)
Parameters
Android.Views.View
p0
|
System.Int32
p1
|
System.Int32
p2
|
System.Int32
p3
|
System.Int32
p4
|
Properties
P0
Declaration
public View P0 { get; }
Property Value
Android.Views.View
|
P1
Declaration
public int P1 { get; }
Property Value
System.Int32
|
P2
Declaration
public int P2 { get; }
Property Value
System.Int32
|
P3
Declaration
public int P3 { get; }
Property Value
System.Int32
|
P4
Declaration
public int P4 { get; }
Property Value
System.Int32
|