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

◆ FireResetEvent()

void System.Data.Index.FireResetEvent ( )
inlinepackage

Definition at line 577 of file Index.cs.

578 {
579 DataCommonEventSource.Log.Trace("<ds.Index.FireResetEvent|API> {0}", ObjectID);
580 if (DoListChanged)
581 {
582 OnListChanged(DataView.s_resetEventArgs);
583 }
584 }
void OnListChanged(ListChangedType changedType, int newIndex, int oldIndex)
Definition Index.cs:731
bool DoListChanged
Definition Index.cs:77

References System.Data.Index.DoListChanged, System.Data.DataCommonEventSource.Log, System.Data.Index.ObjectID, System.Data.Index.OnListChanged(), and System.Data.DataView.s_resetEventArgs.

Referenced by System.Data.Index.Reset().