|
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 | |
| DownloadDataCompletedEventArgs (byte[] result, Exception exception, bool cancelled, object userToken) | |
Properties | |
| byte[] | Result [get] |
| bool | Cancelled [get] |
| Exception? | Error [get] |
| object? | UserState [get] |
Private Attributes | |
| readonly byte[] | _result |
Definition at line 5 of file DownloadDataCompletedEventArgs.cs.