| CollectionChangedEventArgsT Properties |
The CollectionChangedEventArgsT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Action |
Gets or sets the action that caused the event.
| |
| NewItems |
Gets the new items that were involved in the change.
| |
| NewItemsIndex |
Gets or sets the index of the first new item.
| |
| OldItems |
Gets the items affected by a replace, remove or move action.
| |
| OldItemsIndex |
Gets or sets the index where the first old item was placed in the collection.
|