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