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

◆ OnDoWork()

virtual void System.ComponentModel.BackgroundWorker.OnDoWork ( DoWorkEventArgs e)
inlineprotectedvirtual

Definition at line 78 of file BackgroundWorker.cs.

79 {
80 this.DoWork?.Invoke(this, e);
81 }

Referenced by System.ComponentModel.BackgroundWorker.WorkerThreadStart().