| CollectionChangedEventArgsTNewItemsIndex Property |
Gets or sets the index of the first new item.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public int NewItemsIndex { get; set; }
Public Property NewItemsIndex As Integer
Get
Set
public:
property int NewItemsIndex {
int get ();
void set (int value);
}
member NewItemsIndex : int with get, set
Property Value
Type:
Int32The index of the first new item. If there are no new items this index is -1.
See Also