Leadtools.Dicom.Scu.Common Namespace > DicomConnection Class : BeforeAssociateRequest Event |
public event BeforeAssociationRequestDelegate BeforeAssociateRequest
'Declaration Public Event BeforeAssociateRequest As BeforeAssociationRequestDelegate
'Usage Dim instance As DicomConnection Dim handler As BeforeAssociationRequestDelegate AddHandler instance.BeforeAssociateRequest, handler
public: event BeforeAssociationRequestDelegate^ BeforeAssociateRequest
The event handler receives an argument of type BeforeAssociateRequestEventArgs containing data related to this event. The following BeforeAssociateRequestEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Associate | Gets the associate. |
PresentationContexts | Gets the presentation contexts. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |