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

◆ AllowDelete

bool System.Data.DataView.AllowDelete
getsetinherited

Definition at line 113 of file DataView.cs.

114 {
115 get
116 {
117 return _allowDelete;
118 }
119 set
120 {
121 if (_allowDelete != value)
122 {
125 }
126 }
127 }
virtual void OnListChanged(ListChangedEventArgs e)
Definition DataView.cs:1209
static ListChangedEventArgs s_resetEventArgs
Definition DataView.cs:88

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