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