RequestDoneDelegate Delegate

Summary
Represents the method that will handle an event that occurs when a DICOM request is finished processing.
Syntax
C#
VB
C++
public delegate void RequestDoneDelegate( 
   object sender, 
   DicomRequestEventArgs e 
) 
  
Public Delegate Sub RequestDoneDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As DicomRequestEventArgs _ 
)  
public delegate void RequestDoneDelegate(  
   Object^ sender, 
   DicomRequestEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data.

Requirements

Target Platforms

See Also

Reference

RequestDoneDelegate 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.