Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DataTableNewRowEventArgs.cs
Go to the documentation of this file.
1
namespace
System.Data
;
2
3
public
sealed
class
DataTableNewRowEventArgs
:
EventArgs
4
{
5
public
DataRow
Row
{
get
; }
6
7
public
DataTableNewRowEventArgs
(
DataRow
dataRow)
8
{
9
Row
= dataRow;
10
}
11
}
System.Data.DataRow
Definition
DataRow.cs:11
System.Data.DataTableNewRowEventArgs.DataTableNewRowEventArgs
DataTableNewRowEventArgs(DataRow dataRow)
Definition
DataTableNewRowEventArgs.cs:7
System.Data.DataTableNewRowEventArgs.Row
DataRow Row
Definition
DataTableNewRowEventArgs.cs:5
System.Data.DataTableNewRowEventArgs
Definition
DataTableNewRowEventArgs.cs:4
System.EventArgs
Definition
EventArgs.cs:8
System.Data
Definition
ADP.cs:12
source
System.Data.Common
System.Data
DataTableNewRowEventArgs.cs
Generated by
1.10.0