ComponentOne Xamarin.Android
NotifyItemMoved Method (C1RecyclerViewAdapter<T>)


C1.Android.CollectionView Assembly > C1.Android.CollectionView Namespace > C1RecyclerViewAdapter<T> Class : NotifyItemMoved Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("notifyItemMoved", 
   "(II)V", 
   "")>
Public Sub NotifyItemMoved( _
   ByVal fromPosition As Integer, _
   ByVal toPosition As Integer _
) 
'Usage
 
Dim instance As C1RecyclerViewAdapter(Of T)
Dim fromPosition As Integer
Dim toPosition As Integer
 
instance.NotifyItemMoved(fromPosition, toPosition)
[Android.Runtime.Register("notifyItemMoved", 
   "(II)V", 
   "")]
public void NotifyItemMoved( 
   int fromPosition,
   int toPosition
)

Parameters

fromPosition
toPosition
See Also

Reference

C1RecyclerViewAdapter<T> Class
C1RecyclerViewAdapter<T> Members