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

◆ ListChangedEventArgs() [1/4]

System.ComponentModel.ListChangedEventArgs.ListChangedEventArgs ( ListChangedType listChangedType,
int newIndex )
inline

Definition at line 13 of file ListChangedEventArgs.cs.

14 : this(listChangedType, newIndex, -1)
15 {
16 }