ProgressEventHandler Delegate

Summary
Represents the method that will handle the ProgressState event of the MedicalViewerLoader.
Syntax
C#
VB
C++
public delegate void ProgressEventHandler( 
   object sender, 
   ProgressEventArgs e 
) 
  
Public Delegate Sub ProgressEventHandler( _ 
   ByVal sender As Object, _ 
   ByVal e As ProgressEventArgs _ 
)  
public delegate void ProgressEventHandler(  
   Object^ sender, 
   ProgressEventArgs^ e 
) 

Parameters

sender
System.Object type System.Object that represents the source of the event.

e
A ProgressEventArgs that contains the event data.

Requirements

Target Platforms

See Also

Reference

ProgressEventHandler Members

Leadtools.Medical.Workstation.Loader Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.