|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| FillErrorEventArgs (DataTable? dataTable, object?[]? values) | |
Static Public Attributes | |
| static readonly EventArgs | Empty = new EventArgs() |
Properties | |
| bool | Continue [get, set] |
| DataTable? | DataTable [get] |
| Exception? | Errors [get, set] |
| object?[] | Values [get] |
Private Attributes | |
| bool | _continueFlag |
| readonly DataTable | _dataTable |
| Exception | _errors |
| readonly object[] | _values |
Definition at line 3 of file FillErrorEventArgs.cs.