CacheVirtualItemsEventArgs(Int32, Int32) Constructor    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CacheVirtualItemsEventArgs class with the specified starting and ending indices.
public:
 CacheVirtualItemsEventArgs(int startIndex, int endIndex);
	public CacheVirtualItemsEventArgs(int startIndex, int endIndex);
	new System.Windows.Forms.CacheVirtualItemsEventArgs : int * int -> System.Windows.Forms.CacheVirtualItemsEventArgs
	Public Sub New (startIndex As Integer, endIndex As Integer)
	Parameters
- startIndex
 - Int32
 
The starting index of a range of items needed by the ListView for the next RetrieveVirtualItem event that occurs.
- endIndex
 - Int32
 
The ending index of a range of items needed by the ListView for the next RetrieveVirtualItem event that occurs.