CollectionChangedEventArgs<T> Properties |
The CollectionChangedEventArgs<T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action |
Gets the action performed on the items.
|
![]() | Index |
Gets the index of the item.
|
![]() | NewItem |
Gets the new item that was inserted.
|
![]() | NewItems |
Gets the items that were inserted.
|
![]() | OldItem |
Gets the old item that was removed.
|
![]() | OldItems |
Gets the old items that were removed.
|