C#
VB
C++
Occurs when the request is done.
public event RequestDoneDelegate RequestDone
Public Event RequestDone As Leadtools.Dicom.Addin.RequestDoneDelegate
public:
event Leadtools.Dicom.Addin.RequestDoneDelegate^ RequestDone
The event handler receives an argument of type DicomRequestEventArgs containing data related to this event. The following DicomRequestEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AssociationRejected | Gets or a value indicating whether the association was rejected. |
Connected | Gets a value indicating whether this request is connected. |
Exception | Gets the exception that occurred during the request. |
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