Represents event data for ItemsLoading event.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class VirtualQueryableCollectionViewItemsLoadingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsVirtualQueryableCollectionViewItemsLoadingEventArgs
Inherited Members
Constructors
C#
public VirtualQueryableCollectionViewItemsLoadingEventArgs()
Properties
Gets the start index.
C#
public int StartIndex { get; }
The start index.