Class LegendTouchListener
Inheritance
System.Object
LegendTouchListener
Namespace: Com.Telerik.Widget.Primitives.Legend
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class LegendTouchListener : Object, RecyclerView.IOnItemTouchListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
LegendTouchListener(Context, RecyclerView, LegendTouchListener.ILegendItemClickListener)
Declaration
public LegendTouchListener(Context context, RecyclerView recycleView, LegendTouchListener.ILegendItemClickListener clickListener)
Parameters
Android.Content.Context
context
|
AndroidX.RecyclerView.Widget.RecyclerView
recycleView
|
LegendTouchListener.ILegendItemClickListener
clickListener
|
LegendTouchListener(IntPtr, JniHandleOwnership)
Declaration
protected LegendTouchListener(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
OnInterceptTouchEvent(RecyclerView, MotionEvent)
Declaration
public virtual bool OnInterceptTouchEvent(RecyclerView rv, MotionEvent e)
Parameters
AndroidX.RecyclerView.Widget.RecyclerView
rv
|
Android.Views.MotionEvent
e
|
Returns
System.Boolean
|
OnRequestDisallowInterceptTouchEvent(Boolean)
Declaration
public virtual void OnRequestDisallowInterceptTouchEvent(bool disallowIntercept)
Parameters
System.Boolean
disallowIntercept
|
OnTouchEvent(RecyclerView, MotionEvent)
Declaration
public virtual void OnTouchEvent(RecyclerView rv, MotionEvent e)
Parameters
AndroidX.RecyclerView.Widget.RecyclerView
rv
|
Android.Views.MotionEvent
e
|