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

◆ NotifyCollectionChangedEventArgs() [2/11]

System.Collections.Specialized.NotifyCollectionChangedEventArgs.NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action,
object? changedItem )
inline

Definition at line 34 of file NotifyCollectionChangedEventArgs.cs.

35 : this(action, changedItem, -1)
36 {
37 }