Provides data for the
ProgressState event.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Class ProgressEventArgs
Inherits EventArgs |
| C# | |
|---|
public class ProgressEventArgs : EventArgs |
| C++/CLI | |
|---|
public ref class ProgressEventArgs : public EventArgs |
Example
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
Inheritance Hierarchy
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also