Class
VirtualQueryableCollectionViewItemsLoadedEventArgs

Represents event data for ItemsLoaded event.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class VirtualQueryableCollectionViewItemsLoadedEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsVirtualQueryableCollectionViewItemsLoadedEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

VirtualQueryableCollectionViewItemsLoadedEventArgs()

Declaration

cs-api-definition
public VirtualQueryableCollectionViewItemsLoadedEventArgs()

Properties

Items

Gets the loaded items.

Declaration

cs-api-definition
public IEnumerable Items { get; }

Property Value

IEnumerable

The loaded items.

StartIndex

Gets the start index.

Declaration

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

Property Value

int

The start index.