eDriven Framework API
Progress Constructor (active, finished, total)
NamespaceseDriven.Gui.ComponentsProgressProgress(Int32, Int32, Int32)
eDriven Framework API
Initializes a new instance of the Progress class
Declaration Syntax
C#Visual BasicVisual C++
public Progress(
	int active,
	int finished,
	int total
)
Public Sub New ( _
	active As Integer, _
	finished As Integer, _
	total As Integer _
)
public:
Progress(
	int active, 
	int finished, 
	int total
)
Parameters
active (Int32)
finished (Int32)
total (Int32)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)