Skip to main content
Version: 4.1

RetrieveVirtualItemEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the RetrieveVirtualItem event.

public class RetrieveVirtualItemEventArgs : EventArgs

Constructors

Instance member RetrieveVirtualItemEventArgs(itemIndex)

Initializes a new instance of the RetrieveVirtualItemEventArgs class.

NameTypeDescription
itemIndexInt32The index of the item to retrieve.

Properties

Instance member Item

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

Instance member ItemIndex

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.