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

◆ AllowRemove [1/2]

bool System.ComponentModel.BindingList< T >.AllowRemove
getset

Implements System.ComponentModel.IBindingList.

Definition at line 122 of file BindingList.cs.

123 {
124 get
125 {
126 return allowRemove;
127 }
128 set
129 {
130 if (allowRemove != value)
131 {
134 }
135 }
136 }
void FireListChanged(ListChangedType type, int index)