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