CacheVirtualItemsEventHandler

Wisej.Web.CacheVirtualItemsEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

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

public delegate void CacheVirtualItemsEventHandler(Object sender, CacheVirtualItemsEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

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