RequestDoneDelegate Delegate

Summary
Represents the method that will handle an event that occurs when a DICOM request is finished processing.
Syntax
C#
C++/CLI
public delegate void RequestDoneDelegate( 
   object sender, 
   DicomRequestEventArgs e 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

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