←Select platform

BeforeAssociationRequestDelegate Delegate

Summary

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

Syntax

C#
VB
C++
public delegate void BeforeAssociationRequestDelegate(  
   object sender, 
   Leadtools.Dicom.Scu.Common.BeforeAssociateRequestEventArgs e 
) 
Public Delegate Sub BeforeAssociationRequestDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As Leadtools.Dicom.Scu.Common.BeforeAssociateRequestEventArgs _ 
) 
public delegate void BeforeAssociationRequestDelegate(  
   Object^ sender, 
   Leadtools.Dicom.Scu.Common.BeforeAssociateRequestEventArgs^ 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Scu Assembly
Click or drag to resize