Occurs when the request is done.
Syntax
Event Data
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 occured during the request.
|
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also