CacheVirtualItemsEventArgs(Int32, Int32) Konstruktor

Definicja

Inicjuje CacheVirtualItemsEventArgs nowe wystąpienie 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

Początkowy indeks szeregu elementów wymaganych przez ListView następne RetrieveVirtualItem zdarzenie, które ma miejsce.

endIndex
Int32

Końcowy indeks zakresu elementów wymaganych przez ListView następne RetrieveVirtualItem zdarzenie, które ma miejsce.

Dotyczy