For the complete documentation index, see llms.txt. This page is also available as Markdown.

CacheVirtualItemsEventArgs

Wisej.Web.CacheVirtualItemsEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the CacheVirtualItems event.

public class CacheVirtualItemsEventArgs : EventArgs
Public Class CacheVirtualItemsEventArgs
    Inherits EventArgs

Constructors

CacheVirtualItemsEventArgs(startIndex, endIndex)

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

Name
Type
Description

startIndex

The starting index of a range of items needed by the ListView for the next RetrieveVirtualItem event that occurs.

endIndex

The ending index of a range of items needed by the ListView for the next RetrieveVirtualItem event that occurs.

Properties

EndIndex

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

StartIndex

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

Used By

Name
Description

Represents the method that will handle the CacheVirtualItems event of a ListView.

Last updated

Was this helpful?