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