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