|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
| static readonly EventArgs | Empty = new EventArgs() |
Protected Member Functions | |
| void | RaiseExceptionIfNecessary () |
Package Functions | |
| UploadStringCompletedEventArgs (string result, Exception exception, bool cancelled, object userToken) | |
Properties | |
| string | Result [get] |
| bool | Cancelled [get] |
| Exception? | Error [get] |
| object? | UserState [get] |
Private Attributes | |
| readonly string | _result |
Definition at line 5 of file UploadStringCompletedEventArgs.cs.