←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly