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

◆ DoListChanged

bool System.Data.Index.DoListChanged
getprivate

Definition at line 76 of file Index.cs.

77 {
78 get
79 {
80 if (!_suspendEvents && _listeners.HasListeners)
81 {
83 }
84 return false;
85 }
86 }
readonly DataTable _table
Definition Index.cs:32
bool _suspendEvents
Definition Index.cs:50
readonly Listeners< DataViewListener > _listeners
Definition Index.cs:48

Referenced by System.Data.Index.FireResetEvent(), System.Data.Index.InsertRecord(), System.Data.Index.OnListChanged(), System.Data.Index.OnListChanged(), and System.Data.Index.RecordChanged().