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


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

Parameters

position
See Also

Reference

C1RecyclerViewAdapter<T> Class
C1RecyclerViewAdapter<T> Members