Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal operation As AutoFormsOperation, _ ByVal percentage As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AutoFormsProgressEventArgs( AutoFormsOperation operation, int percentage ) |
C++/CLI | |
---|---|
public: AutoFormsProgressEventArgs( AutoFormsOperation operation, int percentage ) |
Parameters
- operation
- The current running AutoFormsOperation.
- percentage
- A value between 0 and 100 that represents the percent completion of the process.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family