Constructor

Namespace: BasicCard.BasicCards.Loader
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public DownloadEventArgs(
	DownloadEventArgs..::..EventTypeEnum eventType,
	string info,
	int currentProgress,
	int maxProgress
)
Visual Basic
Public Sub New ( 
	eventType As DownloadEventArgs..::..EventTypeEnum,
	info As String,
	currentProgress As Integer,
	maxProgress As Integer
)
Visual C++
public:
DownloadEventArgs(
	DownloadEventArgs..::..EventTypeEnum eventType, 
	String^ info, 
	int currentProgress, 
	int maxProgress
)
F#
new : 
        eventType : DownloadEventArgs..::..EventTypeEnum * 
        info : string * 
        currentProgress : int * 
        maxProgress : int -> DownloadEventArgs

Parameters

eventType
Type: BasicCard.BasicCards.Loader..::..DownloadEventArgs..::..EventTypeEnum
Event type
info
Type: System..::..String
Event info text
currentProgress
Type: System..::..Int32
Current progress
maxProgress
Type: System..::..Int32
Max progress value

See Also