Initializes a new instance of the ProgressEventArgs class
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public ProgressEventArgs( int minimumValue, int maximumValue, int value )  | 
| Visual Basic | 
|---|
Public Sub New ( minimumValue As Integer, maximumValue As Integer, value As Integer )  | 
Parameters
- minimumValue
 - Type: System..::..Int32
 
- maximumValue
 - Type: System..::..Int32
 
- value
 - Type: System..::..Int32