AfterAssociateRequestDelegate Delegate

Summary

Represents the method that will handle the AfterAssociateRequest event of a DicomFindSCU.

Syntax
C#
VB
C++
public delegate void AfterAssociateRequestDelegate( 
   object sender, 
   AfterAssociateRequestEventArgs e 
) 
  
Public Delegate Sub AfterAssociateRequestDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As AfterAssociateRequestEventArgs _ 
)  
public delegate void AfterAssociateRequestDelegate(  
   Object^ sender, 
   AfterAssociateRequestEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data that contains event data.

Example

For an example refer to StoreScu.Store(DicomScp, string, string, bool).

Requirements

Target Platforms

See Also

Reference

AfterAssociateRequestDelegate Members

Leadtools.Dicom.Scu.Common Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly