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