Skip to main content
Version: 3.5

RetrieveVirtualItemEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the RetrieveVirtualItem event.

public class RetrieveVirtualItemEventArgs : EventArgs

Constructors

Instance memberRetrieveVirtualItemEventArgs(itemIndex)

Initializes a new instance of the RetrieveVirtualItemEventArgs class.

NameTypeDescription
itemIndexInt32The index of the item to retrieve.

Properties

Instance memberItem

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

Instance memberItemIndex

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

Used By

NameDescription
RetrieveVirtualItemEventHandlerRepresents the method that will handle the RetrieveVirtualItem event of a ListView.