CacheVirtualItemsEventArgs

Wisej.Web.CacheVirtualItemsEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Provides data for the CacheVirtualItems event.

public class CacheVirtualItemsEventArgs : EventArgs

Constructors

Initializes a new instance of the CacheVirtualItemsEventArgs class with the specified starting and ending indices.

Properties

Int32: Returns the ending index for the range of values needed by a ListView control in virtual mode.

Int32: Returns the starting index for a range of values needed by a ListView control in virtual mode.

Used By

Last updated