Class
VirtualQueryableCollectionViewItemsLoadingEventArgs

Represents event data for ItemsLoading event.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class VirtualQueryableCollectionViewItemsLoadingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsVirtualQueryableCollectionViewItemsLoadingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

VirtualQueryableCollectionViewItemsLoadingEventArgs()

Declaration

cs-api-definition
public VirtualQueryableCollectionViewItemsLoadingEventArgs()

Properties

ItemCount

Gets the items count.

Declaration

cs-api-definition
public int ItemCount { get; }

Property Value

int

The items count.

StartIndex

Gets the start index.

Declaration

cs-api-definition
public int StartIndex { get; }

Property Value

int

The start index.