Leadtools.Dicom.Scu.Common Namespace > DicomConnection Class : AfterConnect Event |
public event AfterConnectDelegate AfterConnect
'Declaration Public Event AfterConnect As AfterConnectDelegate
'Usage Dim instance As DicomConnection Dim handler As AfterConnectDelegate AddHandler instance.AfterConnect, handler
public: event AfterConnectDelegate^ AfterConnect
The event handler receives an argument of type AfterConnectEventArgs containing data related to this event. The following AfterConnectEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | Gets or sets the error. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |