Click or drag to resize

ProgressEventArgs Constructor (Int32, Int32, String)

Creates a new instance of ProgressEventArgs specifying the current and total values, and the name of the method.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ProgressEventArgs(
	int current,
	int total,
	string methodName
)

Parameters

current
Type: SystemInt32
The current progress value.
total
Type: SystemInt32
The total progress value at 100% completion.
methodName
Type: SystemString
The name of the method raising the progress event.
See Also