←Select platform

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 Leadtools.Dicom.Addin.DataEventArgs(Of AsyncResult) _ 
)  
public delegate void ThreadDoneEventHandler(  
   Leadtools.Dicom.Addin.DataEventArgs<AsyncResult^>^ e 
) 

Parameters

e
Delegate parameter.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly