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

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

Definition

Namespace:Telerik.Windows.Documents.Utils

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class NotifyCollectionItemAddedEventArgs : EventArgs

Inheritance: objectEventArgsNotifyCollectionItemAddedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public NotifyCollectionItemAddedEventArgs(int index)
Parameters:indexint

Properties

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

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

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