Skip to main content
Version: 3.5

CacheVirtualItemsEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the CacheVirtualItems event of a ListView.

public delegate void CacheVirtualItemsEventHandler(Object sender, CacheVirtualItemsEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eCacheVirtualItemsEventArgsA CacheVirtualItemsEventArgs that contains the event data.

Fired By

NameDescription
ListView.CacheVirtualItemsFired when the contents of the display area for a ListView in virtual mode has changed, and the ListView determines that a new range of items is needed.