C#
VB
C++
Represents the method that will handle an event that occurs when a thread has finished executing.
public delegate void ThreadDoneEventHandler(
DataEventArgs<AsyncResult> e
)
Public Delegate Sub ThreadDoneEventHandler( _
ByVal e As Leadtools.Dicom.Addin.DataEventArgs(Of AsyncResult) _
)
public delegate void ThreadDoneEventHandler(
Leadtools.Dicom.Addin.DataEventArgs<AsyncResult^>^ e
)
e
Delegate parameter.
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