Visual Basic (Declaration) | |
---|---|
Public Event BeforeAssociateRequest As BeforeAssociationRequestDelegate |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomConnection Dim handler As BeforeAssociationRequestDelegate AddHandler instance.BeforeAssociateRequest, handler |
C# | |
---|---|
public event BeforeAssociationRequestDelegate BeforeAssociateRequest |
Managed Extensions for C++ | |
---|---|
public: __event BeforeAssociationRequestDelegate* BeforeAssociateRequest |
C++/CLI | |
---|---|
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. |
For an example refer to StoreScu.Store(DicomScp, string, string, bool).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7