Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ProgressEventArgs Constructor (progressPercentage, progressMessage)
NamespacesGenesyslab.Desktop.Infrastructure.CommandsProgressEventArgsProgressEventArgs(Double, String)
Initializes a new instance of the ProgressEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public ProgressEventArgs(
	double progressPercentage,
	string progressMessage
)
Public Sub New ( _
	progressPercentage As Double, _
	progressMessage As String _
)
public:
ProgressEventArgs(
	double progressPercentage, 
	String^ progressMessage
)
Parameters
progressPercentage (Double)
The progress percentage.
progressMessage (String)
The progress message.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)