C#
VB
C++
Represents the method that will handle the ProgressState event of the MedicalViewerLoader.
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
)
sender
System.Object type System.Object that represents the source of the event.
e
A ProgressEventArgs that contains the event data.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET