Class DayViewTimeSlotTappedEventArgs
Inheritance
System.Object
DayViewTimeSlotTappedEventArgs
Namespace: Com.Telerik.Widget.Calendar.Dayview
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DayViewTimeSlotTappedEventArgs : EventArgs
Constructors
DayViewTimeSlotTappedEventArgs(Int64, Int64, Int64, Object[])
Declaration
public DayViewTimeSlotTappedEventArgs(long p0, long p1, long p2, Object[] p3)
Parameters
System.Int64
p0
|
System.Int64
p1
|
System.Int64
p2
|
Java.Lang.Object[]
p3
|
Properties
P0
Declaration
public long P0 { get; }
Property Value
System.Int64
|
P1
Declaration
public long P1 { get; }
Property Value
System.Int64
|
P2
Declaration
public long P2 { get; }
Property Value
System.Int64
|
P3
Declaration
public Object[] P3 { get; }
Property Value
Java.Lang.Object[]
|