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

◆ AllowEdit [1/2]

Implements System.ComponentModel.IBindingList.

Definition at line 104 of file BindingList.cs.

105 {
106 get
107 {
108 return allowEdit;
109 }
110 set
111 {
112 if (allowEdit != value)
113 {
116 }
117 }
118 }
void FireListChanged(ListChangedType type, int index)