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

◆ OnDataRowCreated()

void System.Data.DataSet.OnDataRowCreated ( DataRow row)
inlinepackage

Definition at line 2602 of file DataSet.cs.

2603 {
2604 this.DataRowCreated?.Invoke(this, row);
2605 }
DataRowCreatedEventHandler? DataRowCreated
Definition DataSet.cs:428

Referenced by System.Data.DataTable.NewEmptyRow(), and System.Data.DataTable.NewRow().