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