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

◆ OnListChanged() [1/3]

void System.Data.Index.OnListChanged ( ListChangedEventArgs e)
inlineprivate

Definition at line 747 of file Index.cs.

748 {
749 DataCommonEventSource.Log.Trace("<ds.Index.OnListChanged|INFO> {0}", ObjectID);
750 _listeners.Notify(e, arg2: false, arg3: false, delegate(DataViewListener listener, ListChangedEventArgs args, bool arg2, bool arg3)
751 {
752 listener.IndexListChanged(args);
753 });
754 }
readonly Listeners< DataViewListener > _listeners
Definition Index.cs:48

References System.Data.Index._listeners, System.Data.DataViewListener.IndexListChanged(), System.Data.DataCommonEventSource.Log, and System.Data.Index.ObjectID.