| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal message As String, _ ByVal percentage As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ProgressEventArgs( string message, int percentage ) | |
| C++/CLI | |
|---|---|
public: ProgressEventArgs( String^ message, int percentage ) | |
Parameters
- message
- A textual representation for the current state.
- percentage
- A percentage number for the current progress.
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family