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

◆ AllowNew [1/2]

bool System.Data.DataView.AllowNew
getsetinherited

Implements System.ComponentModel.IBindingList.

Definition at line 168 of file DataView.cs.

169 {
170 get
171 {
172 return _allowNew;
173 }
174 set
175 {
176 if (_allowNew != value)
177 {
180 }
181 }
182 }
virtual void OnListChanged(ListChangedEventArgs e)
Definition DataView.cs:1209
static ListChangedEventArgs s_resetEventArgs
Definition DataView.cs:88

Referenced by System.Data.DataView.AddNew(), and System.Data.DataView.Equals().