RetrieveVirtualItemEventArgs

Wisej.Web.RetrieveVirtualItemEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the RetrieveVirtualItem event.

public class RetrieveVirtualItemEventArgs : EventArgs

Constructors

Initializes a new instance of the RetrieveVirtualItemEventArgs class.

NameTypeDescription

itemIndex

The index of the item to retrieve.

Properties

ListViewItem: Returns or sets the item retrieved from the cache.

Int32: Returns the index of the item to retrieve from the cache.

Used By

NameDescription

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

Last updated