C#
VB
C++
Represents the method that will handle the AfterAssociateRequest event of a DicomFindSCU.
public delegate void AfterAssociateRequestDelegate(
object sender,
AfterAssociateRequestEventArgs e
)
Public Delegate Sub AfterAssociateRequestDelegate( _
ByVal sender As Object, _
ByVal e As Leadtools.Dicom.Scu.Common.AfterAssociateRequestEventArgs _
)
public delegate void AfterAssociateRequestDelegate(
Object^ sender,
Leadtools.Dicom.Scu.Common.AfterAssociateRequestEventArgs^ e
)
sender
The source of the event.
e
Additional event data that contains event data.
For an example refer to StoreScu.Store(DicomScp, string, string, bool).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET