Leadtools.Dicom.Scu.Common Namespace > DicomConnection Class : AfterAssociateRequest Event |
public event AfterAssociateRequestDelegate AfterAssociateRequest
'Declaration Public Event AfterAssociateRequest As AfterAssociateRequestDelegate
'Usage Dim instance As DicomConnection Dim handler As AfterAssociateRequestDelegate AddHandler instance.AfterAssociateRequest, handler
public event AfterAssociateRequestDelegate AfterAssociateRequest
add_AfterAssociateRequest(function(sender, e)) remove_AfterAssociateRequest(function(sender, e))
public: event AfterAssociateRequestDelegate^ AfterAssociateRequest
The event handler receives an argument of type AfterAssociateRequestEventArgs containing data related to this event. The following AfterAssociateRequestEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Associate | Gets the associate. |
Reason | Gets the reason. |
Rejected | Gets a value indicating whether this AfterAssociateRequestEventArgs is rejected. |
Result | Gets the result. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
Source | Gets the source. |
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