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