Click or drag to resize
DigitalRuneCollectionChangedEventArgsTNewItemsIndex Property
Gets or sets the index of the first new item.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public int NewItemsIndex { get; set; }

Property Value

Type: Int32
The index of the first new item. If there are no new items this index is -1.
See Also