Wisej.Web.RetrieveVirtualItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the RetrieveVirtualItem event.
public class RetrieveVirtualItemEventArgs : EventArgsPublic Class RetrieveVirtualItemEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Returns or sets the item retrieved from the cache.
: Returns the index of the item to retrieve from the cache.
itemIndex
The index of the item to retrieve.
Represents the method that will handle the RetrieveVirtualItem event of a ListView.