Class VirtualQueryableCollectionViewItemsLoadingEventArgs
Represents event data for ItemsLoading event.
Inheritance
System.Object
VirtualQueryableCollectionViewItemsLoadingEventArgs
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class VirtualQueryableCollectionViewItemsLoadingEventArgs : CancelEventArgs
Constructors
VirtualQueryableCollectionViewItemsLoadingEventArgs()
Declaration
public VirtualQueryableCollectionViewItemsLoadingEventArgs()
Properties
ItemCount
Gets the items count.
Declaration
public int ItemCount { get; }
Property Value
System.Int32
The items count. |
StartIndex
Gets the start index.
Declaration
public int StartIndex { get; }
Property Value
System.Int32
The start index. |