Leadtools.Dicom.Scu.Common Namespace > DicomConnection Class : BeforeConnect Event |
public event BeforeConnectDelegate BeforeConnect
'Declaration Public Event BeforeConnect As BeforeConnectDelegate
'Usage Dim instance As DicomConnection Dim handler As BeforeConnectDelegate AddHandler instance.BeforeConnect, handler
public event BeforeConnectDelegate BeforeConnect
add_BeforeConnect(function(sender, e)) remove_BeforeConnect(function(sender, e))
public: event BeforeConnectDelegate^ BeforeConnect
The event handler receives an argument of type BeforeConnectEventArgs containing data related to this event. The following BeforeConnectEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PrivateKeyPassword | Gets or sets the private key password. |
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