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

◆ NotifyCollectionChangedEventArgs() [4/11]

System.Collections.Specialized.NotifyCollectionChangedEventArgs.NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action,
IList? changedItems )
inline

Definition at line 67 of file NotifyCollectionChangedEventArgs.cs.

68 : this(action, changedItems, -1)
69 {
70 }