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,
	int address,
	int currentProgress,
	int maxProgress
)
Visual Basic
Public Sub New ( 
	eventType As DownloadEventArgs..::..EventTypeEnum,
	address As Integer,
	currentProgress As Integer,
	maxProgress As Integer
)
Visual C++
public:
DownloadEventArgs(
	DownloadEventArgs..::..EventTypeEnum eventType, 
	int address, 
	int currentProgress, 
	int maxProgress
)
F#
new : 
        eventType : DownloadEventArgs..::..EventTypeEnum * 
        address : int * 
        currentProgress : int * 
        maxProgress : int -> DownloadEventArgs

Parameters

eventType
Type: BasicCard.BasicCards.Loader..::..DownloadEventArgs..::..EventTypeEnum
Event type
address
Type: System..::..Int32
Address to whiche event type operation is applied
currentProgress
Type: System..::..Int32
Current progress
maxProgress
Type: System..::..Int32
Max progress value

See Also