Wisej.Web Lists & Grids ListView CacheVirtualItemsEventHandler Wisej.Web.CacheVirtualItemsEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the CacheVirtualItems event of a ListView .
C# VB.NET
Copy public delegate void CacheVirtualItemsEventHandler ( Object sender , CacheVirtualItemsEventArgs e)
Copy Public Delegate Sub CacheVirtualItemsEventHandler(ByVal sender As [Object], ByVal e As CacheVirtualItemsEventArgs)
Parameters
Fired By
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.