Skip to main content
Version: 3.5

CacheVirtualItemsEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CacheVirtualItems event.

public class CacheVirtualItemsEventArgs : EventArgs

Constructors

Instance memberCacheVirtualItemsEventArgs(startIndex, endIndex)

Initializes a new instance of the CacheVirtualItemsEventArgs class with the specified starting and ending indices.

NameTypeDescription
startIndexInt32The starting index of a range of items needed by the ListView for the next RetrieveVirtualItem event that occurs.
endIndexInt32The ending index of a range of items needed by the ListView for the next RetrieveVirtualItem event that occurs.

Properties

Instance memberEndIndex

Int32: Returns the ending index for the range of values needed by a ListView control in virtual mode.

Instance memberStartIndex

Int32: Returns the starting index for a range of values needed by a ListView control in virtual mode.

Used By

NameDescription
CacheVirtualItemsEventHandlerRepresents the method that will handle the CacheVirtualItems event of a ListView.