CacheVirtualItemsEventHandler

Wisej.Web.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

sender

The source of the event.

e

A CacheVirtualItemsEventArgs that contains the event data.

Fired By

NameDescription

Fired 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.

Last updated