'Declaration
<Android.Runtime.RegisterAttribute("notifyItemRangeRemoved", "(II)V", "")> Public Sub NotifyItemRangeRemoved( _ ByVal positionStart As Integer, _ ByVal itemCount As Integer _ )
'Usage
Dim instance As ComboBoxSimpleAdapter Dim positionStart As Integer Dim itemCount As Integer instance.NotifyItemRangeRemoved(positionStart, itemCount)
[Android.Runtime.Register("notifyItemRangeRemoved", "(II)V", "")] public void NotifyItemRangeRemoved( int positionStart, int itemCount )
Parameters
- positionStart
- itemCount