Click or drag to resize
UpdateProgressChangedEventArgs Constructor (Int32, String)
Initializes a new instance of the UpdateProgressChangedEventArgs class.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public UpdateProgressChangedEventArgs(
	int progressPercentage,
	string progressDescription
)

Parameters

progressPercentage
Type: SystemInt32
The percentage of a task that has been completed.
progressDescription
Type: SystemString
Text describing the current state of the task.
See Also