CacheVirtualItemsEventArgs(Int32, Int32) Constructor

Definition

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.

Applies to