Class OnFileDownloadCompleteEventArgs
Inherited Members
Namespace: Slipe.Client.Game.Events
Assembly: SlipeClient.dll
Syntax
public class OnFileDownloadCompleteEventArgs
Properties
| Improve this Doc View SourcePath
The path of the downloaded file
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
String |
Success
True if the download was a success
Declaration
public bool Success { get; }
Property Value
Type | Description |
---|---|
Boolean |