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 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly