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