The progress event.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEProgressEventArgs(
	int percentage
)
Public Sub New ( _
	percentage As Integer _
)
public:
IEProgressEventArgs(
	int percentage
)

Parameters

percentage
Int32
The percentage value (from 0 to 100).

See Also