←Select platform

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 Leadtools.Dicom.Addin.DicomRequestEventArgs _ 
)  
public delegate void RequestDoneDelegate(  
   Object^ sender, 
   Leadtools.Dicom.Addin.DicomRequestEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data.

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