Class NotifyCollectionItemAddedEventArgs
Provides data for the item added event in a notify collection.
Inheritance
System.Object
NotifyCollectionItemAddedEventArgs
Namespace: Telerik.Windows.Documents.Utils
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class NotifyCollectionItemAddedEventArgs : EventArgs
Constructors
NotifyCollectionItemAddedEventArgs(Int32)
Declaration
public NotifyCollectionItemAddedEventArgs(int index)
Parameters
System.Int32
index
|
Properties
Index
Gets the zero-based index of the added item in the collection.
Declaration
public int Index { get; }
Property Value
System.Int32
The zero-based index of the item that was added. |