DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / ResponseReceived Event






In This Topic
    ResponseReceived Event (DicomAssociation)
    In This Topic
    Event fires when a response is received on an out-going operation
    Syntax
    'Declaration
     
    
    Public Event ResponseReceived As ResponseReceivedHandler
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim handler As ResponseReceivedHandler
     
    AddHandler instance.ResponseReceived, handler
    public event ResponseReceivedHandler ResponseReceived
    public event ResponseReceived: ResponseReceivedHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    public: __event ResponseReceivedHandler* ResponseReceived
    public:
    event ResponseReceivedHandler^ ResponseReceived
    Remarks

    This Event will be generated when any responses are received from the remote application.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also