CacheVirtualItemsEventArgs(Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie CacheVirtualItemsEventArgs klasy z określonymi indeksami początkowymi i końcowymi.

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)

Parametry

startIndex
Int32

Indeks początkowy zakresu elementów potrzebnych dla ListView następnego RetrieveVirtualItem zdarzenia.

endIndex
Int32

Indeks końcowy zakresu elementów wymaganych przez ListView program dla następnego RetrieveVirtualItem zdarzenia.

Dotyczy