[]
Creates a new NotifyCollectionChangedEventArgs<T>.
public static NotifyCollectionChangedEventArgs<T> Create(NotifyCollectionChangedAction action, int newStartingIndex, IList newItems, int oldStartingIndex, IList oldItems)
| Type | Name | Description |
|---|---|---|
| NotifyCollectionChangedAction | action | The action. |
| int | newStartingIndex | New starting index. |
| IList | newItems | The new items. |
| int | oldStartingIndex | Old starting index. |
| IList | oldItems | The old items. |
| Type | Description |
|---|---|
| NotifyCollectionChangedEventArgs<T> |
This method is used by NotifyCollectionChangedEventArgsJsonConverter.