Version

NotifyItemScrollCountChanged Method

Whenever a scroll count of an item contained within this collection is changed, the collection must be notified of the change. If not notified of such a change, behavior of various scroll and visible index related methods will be undefined.
Syntax
'Declaration
 
Protected Sub NotifyItemScrollCountChanged( _
   ByVal item As ISparseArrayMultiItem _
) 
protected void NotifyItemScrollCountChanged( 
   ISparseArrayMultiItem item
)

Parameters

item
Item whose scroll count changed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also