←Select platform

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 Leadtools.Medical.Workstation.Loader.ProgressEventArgs _ 
)  
public delegate void ProgressEventHandler(  
   Object^ sender, 
   Leadtools.Medical.Workstation.Loader.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly