Class CurrentPositionChangeEventArgs
Inheritance
System.Object
CurrentPositionChangeEventArgs
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public class CurrentPositionChangeEventArgs : EventArgs
Constructors
CurrentPositionChangeEventArgs(Int32, Int32)
Declaration
public CurrentPositionChangeEventArgs(int p0, int p1)
Parameters
System.Int32
p0
|
System.Int32
p1
|
Properties
P0
Declaration
public int P0 { get; }
Property Value
System.Int32
|
P1
Declaration
public int P1 { get; }
Property Value
System.Int32
|