| DownloadEventArgs Constructor |
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public DownloadEventArgs(
DownloadTask task
)
Public Sub New (
task As DownloadTask
)
Parameters
- task
- Type: Mastersign.BenchDownloadTask
The download task, affected by this event.
See Also