Click or drag to resize

DownloadStartedEventArgs Constructor

Initializes a new instance of the DownloadStartedEventArgs class

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DownloadStartedEventArgs(
	string fileName,
	long totalBytes
)

Parameters

fileName  String
 
totalBytes  Int64
 
See Also