RetrieveVirtualItemEventArgs
Wisej.Web.RetrieveVirtualItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the RetrieveVirtualItem event.
Constructors
RetrieveVirtualItemEventArgs(itemIndex)
Initializes a new instance of the RetrieveVirtualItemEventArgs class.
Name
Type
Description
Properties
Item
ListViewItem: Returns or sets the item retrieved from the cache.
ItemIndex
Int32: Returns the index of the item to retrieve from the cache.
Used By
Name
Description
Represents the method that will handle the RetrieveVirtualItem event of a ListView.
Last updated