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.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.