←Select platform

BeforeAssociationAcceptDelegate Delegate

Summary

Represents the method that will handle the BeforeAssociateRequest event of an SCU.

Syntax
C#
VB
C++
public delegate void BeforeAssociationAcceptDelegate( 
   object sender, 
   BeforeAssociateAcceptEventArgs e 
) 
Public Delegate Sub BeforeAssociationAcceptDelegate( 
   ByVal sender As Object, 
   ByVal e As BeforeAssociateAcceptEventArgs 
) 
public: 
   delegate void BeforeAssociationAcceptDelegate( 
      Object^ sender, 
      BeforeAssociateAcceptEventArgs^ e 
   ) 

Parameters

sender

The source of the event.

e

Additional event data that contains event data.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

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