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

◆ AllowNew [1/2]

Implements System.ComponentModel.IBindingList.

Definition at line 80 of file BindingList.cs.

81 {
82 get
83 {
85 {
86 return allowNew;
87 }
88 return AddingNewHandled;
89 }
90 set
91 {
92 bool flag = AllowNew;
93 userSetAllowNew = true;
95 if (flag != value)
96 {
98 }
99 }
100 }
void FireListChanged(ListChangedType type, int index)