Initializes a new instance of the ProgressEventArgs class.
Namespace:
PerpetuumSoft.DataModelAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public ProgressEventArgs( string action, int percent ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ action As String, _ percent As Integer _ ) |
Visual C++ |
---|
public: ProgressEventArgs( String^ action, int percent ) |
Parameters
- action
- Type: System..::.String
- percent
- Type: System..::.Int32