ThreadDoneEventHandler Delegate

Summary
Represents the method that will handle an event that occurs when a thread has finished executing.
Syntax
C#
VB
C++
public delegate void ThreadDoneEventHandler( 
   DataEventArgs<AsyncResult> e 
) 
  
Public Delegate Sub ThreadDoneEventHandler( _ 
   ByVal e As DataEventArgs(Of AsyncResult) _ 
)  
public delegate void ThreadDoneEventHandler(  
   DataEventArgs<AsyncResult^>^ e 
) 

Parameters

e
Delegate parameter.

Requirements

Target Platforms

See Also

Reference

ThreadDoneEventHandler Members

Leadtools.Dicom.AddIn Namespace

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

Leadtools.Dicom.AddIn Assembly

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