[]
This generic class is used to deserialize NotifyCollectionChangedEventArgs correctly.
public class NotifyCollectionChangedEventArgs<T> : NotifyCollectionChangedEventArgs
| Name | Description |
|---|---|
| T |
This must be used together with NotifyCollectionChangedEventArgsJsonConverter in the JsonSerializer options.
| Name | Description |
|---|---|
| Create(NotifyCollectionChangedAction, int, IList, int, IList) | Creates a new NotifyCollectionChangedEventArgs<T>. |