CacheVirtualItemsEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the CacheVirtualItems event of a ListView.
- C#
- VB.NET
public delegate void CacheVirtualItemsEventHandler(Object sender, CacheVirtualItemsEventArgs e)
Public Delegate Sub CacheVirtualItemsEventHandler(ByVal sender As [Object], ByVal e As CacheVirtualItemsEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | CacheVirtualItemsEventArgs | A CacheVirtualItemsEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| ListView.CacheVirtualItems | 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. |