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

◆ AllowEdit [1/2]

bool System.Data.DataView.AllowEdit
getsetinherited

Implements System.ComponentModel.IBindingList.

Definition at line 151 of file DataView.cs.

152 {
153 get
154 {
155 return _allowEdit;
156 }
157 set
158 {
159 if (_allowEdit != value)
160 {
163 }
164 }
165 }
virtual void OnListChanged(ListChangedEventArgs e)
Definition DataView.cs:1209
static ListChangedEventArgs s_resetEventArgs
Definition DataView.cs:88

Referenced by System.Data.DataView.Equals().