Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NotifyCollectionChangedEventArgs() [8/11]

System.Collections.Specialized.NotifyCollectionChangedEventArgs.NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action,
IList newItems,
IList oldItems )
inline

Definition at line 130 of file NotifyCollectionChangedEventArgs.cs.

131 : this(action, newItems, oldItems, -1)
132 {
133 }