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