Class DayViewEventsViewScrollEventArgs
Inheritance
System.Object
DayViewEventsViewScrollEventArgs
Namespace: Com.Telerik.Widget.Calendar.Dayview
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DayViewEventsViewScrollEventArgs : EventArgs
Constructors
DayViewEventsViewScrollEventArgs(View, Int32, Int32, Int32, Int32)
Declaration
public DayViewEventsViewScrollEventArgs(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
|