Creates a new instance of ProgressChangedEventArgs.
Namespace:
Rebex
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ progressPercentage As Integer, _ userState As Object _ ) |
| C# |
|---|
public ProgressChangedEventArgs( int progressPercentage, Object userState ) |
Parameters
- progressPercentage
- Type: System..::..Int32
A percentage of the operation that has already been completed.
- userState
- Type: System..::..Object
User state ID.