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
add_AfterConnect(function(sender, e)) remove_AfterConnect(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2