Version

RangeActualized Method

Called when a data source now has real items for a range of items that were previously virtual placeholders.
Syntax
'Declaration
 
Sub RangeActualized( _
   ByVal startIndex As Integer, _
   ByVal endIndex As Integer _
) 
void RangeActualized( 
   int startIndex,
   int endIndex
)

Parameters

startIndex
The beginning index for the range of items.
endIndex
The ending index for the range of items.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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