Represents the method that will handle the 
ProgressState event. 
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As New ProgressEventHandler(AddressOf HandlerMethod)
  | 
 
            Parameters
- sender
 
- 
            The source of the event.
            
 - e
 
- 
            A ProgressEventArgs that contains the event data. 
            
 
            
             
            
            
Example
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
            
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also