Click or drag to resize
UpdateProgressChangedEventArgs Constructor (Int32)
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
)

Parameters

progressPercentage
Type: SystemInt32
The percentage of a task that has been completed.
See Also