Public Member Functions | |
| CollectionChangedEventArgs (NotifyCollectionChangedAction action, [NotNull] T changedItem, int index, int oldIndex) | |
| CollectionChangedEventArgs (ProjectItem target, NotifyCollectionChangedAction action, IEnumerable< T > newItems, IEnumerable< T > oldItems) | |
| bool | Equals (CollectionChangedEventArgs< T > other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Properties | |
| IList< T > | NewItemsTyped [get] |
| IList< T > | OldItemsTyped [get] |
| ProjectItem | Target [get] |
|
inline |
|
inline |
|
inline |
|
get |