New to Telerik UI for WPFStart a free 30-day trial

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public VirtualQueryableCollectionViewItemsLoadingEventArgs()

Properties

Gets the items count.

C#
public int ItemCount { get; }
Property Value:

The items count.

Gets the start index.

C#
public int StartIndex { get; }
Property Value:

The start index.