Class
NotifyCollectionItemAddedEventArgs

Provides data for the item added event in a notify collection.

Definition

Namespace:Telerik.Windows.Documents.Utils

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class NotifyCollectionItemAddedEventArgs : EventArgs

Inheritance: objectEventArgsNotifyCollectionItemAddedEventArgs

Inherited Members EventArgs.Empty

Constructors

NotifyCollectionItemAddedEventArgs(int)

Declaration

cs-api-definition
public NotifyCollectionItemAddedEventArgs(int index)

Parameters

index

int

Properties

Index

Gets the zero-based index of the added item in the collection.

Declaration

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

Property Value

int

The zero-based index of the item that was added.