35 : this(
action, changedItem, -1)
44 if (changedItem !=
null)
68 : this(
action, changedItems, -1)
77 if (changedItems !=
null)
81 if (startingIndex != -1)
88 if (changedItems ==
null)
92 if (startingIndex < -1)
114 : this(
action, newItem, oldItem, -1)
131 : this(
action, newItems, oldItems, -1)
141 if (newItems ==
null)
145 if (oldItems ==
null)
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems)
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList? changedItems, int startingIndex)
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action)
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object? changedItem, int index, int oldIndex)
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object? changedItem)
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object? newItem, object? oldItem, int index)
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList? changedItems, int index, int oldIndex)
readonly int _newStartingIndex
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex)
readonly NotifyCollectionChangedAction _action
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object? newItem, object? oldItem)
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList? changedItems)
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object? changedItem, int index)
readonly int _oldStartingIndex
static string Format(string resourceFormat, object p1)
static string MustBeResetAddOrRemoveActionForCtor
static string IndexCannotBeNegative
static string ResetActionRequiresIndexMinus1
static string ResetActionRequiresNullItem
static string WrongActionForCtor
NotifyCollectionChangedAction